Skip to content

Commit

Permalink
fix(package): correct missed dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Jan 29, 2016
1 parent 38b78a6 commit 896972b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions config.js
Expand Up @@ -14,7 +14,7 @@ System.config({

map: {
"aurelia-pal": "npm:aurelia-pal@1.0.0-beta.1.1.1",
"aurelia-pal-browser": "npm:aurelia-pal-browser@1.0.0-beta.1",
"aurelia-pal-browser": "npm:aurelia-pal-browser@1.0.0-beta.1.1.2",
"babel": "npm:babel-core@5.8.25",
"babel-runtime": "npm:babel-runtime@5.8.25",
"core-js": "npm:core-js@2.0.3",
Expand All @@ -36,8 +36,9 @@ System.config({
"npm:assert@1.3.0": {
"util": "npm:util@0.10.3"
},
"npm:aurelia-pal-browser@1.0.0-beta.1": {
"aurelia-pal": "npm:aurelia-pal@1.0.0-beta.1"
"npm:aurelia-pal-browser@1.0.0-beta.1.1.2": {
"aurelia-pal": "npm:aurelia-pal@1.0.0-beta.1.1.1",
"core-js": "npm:core-js@2.0.3"
},
"npm:babel-runtime@5.8.25": {
"process": "github:jspm/nodelibs-process@0.1.1"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -31,7 +31,7 @@
"aurelia-pal": "^1.0.0-beta.1.1.1"
},
"devDependencies": {
"aurelia-pal-browser": "^1.0.0-beta.1",
"aurelia-pal-browser": "^1.0.0-beta.1.1.2",
"babel": "babel-core@^5.1.13",
"babel-runtime": "^5.1.13",
"core-js": "^2.0.3"
Expand Down

0 comments on commit 896972b

Please sign in to comment.