Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Commit

Permalink
Add forgotten equals sign
Browse files Browse the repository at this point in the history
  • Loading branch information
MattyRad committed Jul 15, 2016
1 parent 6242b5f commit 7397750
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports {
module.exports = {
install: function (Vue, locale_translations) {

Vue.locale_translations = locale_translations; // FIXME: scope
Expand Down Expand Up @@ -34,4 +34,4 @@ module.exports {
return this.$t(key)
})
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"name": "voo-i18n",
"description": "A small package for implementing translations in Vue.js",
"version": "1.0.1",
"version": "1.0.2",
"repository": {
"url": "git+https://github.com/MattyRad/vue-i18n.git"
},
Expand Down

0 comments on commit 7397750

Please sign in to comment.