Skip to content

Commit

Permalink
chore(all): prepare release 0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Jan 30, 2016
1 parent 88d5284 commit 9b75d33
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-i18n",
"version": "0.4.7",
"version": "0.4.8",
"description": "A plugin that provides i18n support.",
"keywords": [
"aurelia",
Expand Down
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-i18n",
"version": "0.4.7",
"version": "0.4.8",
"description": "A plugin that provides i18n support.",
"keywords": [
"aurelia",
Expand Down Expand Up @@ -28,8 +28,8 @@
"dist": "dist/amd"
},
"dependencies": {
"Intl.js": "github:andyearnshaw/Intl.js@^0.1.4",
"i18next": "github:i18next/i18next@^1.9.0"
"Intl.js": "andyearnshaw/Intl.js@^0.1.4",
"i18next": "i18next/i18next@^1.9.0"
},
"peerDependencies": {
"aurelia-binding": "^1.0.0-beta.1.1.0",
Expand Down Expand Up @@ -57,6 +57,10 @@
"aurelia-templating": "^1.0.0-beta.1.1.0",
"aurelia-templating-resources": "^1.0.0-beta.1.1.0"
},
"dependencies": {
"Intl.js": "andyearnshaw/Intl.js@^0.1.4",
"i18next": "i18next/i18next@^1.9.0"
},
"devDependencies": {
"aurelia-tools": "^0.1.15",
"babel": "^5.8.23",
Expand Down

0 comments on commit 9b75d33

Please sign in to comment.