Skip to content

Commit

Permalink
fix(package): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Jan 22, 2015
1 parent d2c6c52 commit 0f9bc51
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"url": "http://github.com/aurelia/history-browser"
},
"dependencies": {
"aurelia-history": "0.2.1",
"aurelia-history": "0.2.2",
"core-js": "zloirock/core-js"
}
}
6 changes: 3 additions & 3 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ System.config({

System.config({
"map": {
"aurelia-history": "github:aurelia/[email protected].1",
"core-js": "npm:[email protected].1",
"aurelia-history": "github:aurelia/[email protected].2",
"core-js": "npm:[email protected].6",
"github:jspm/[email protected]": {
"process": "npm:[email protected]"
},
"npm:[email protected].1": {
"npm:[email protected].6": {
"process": "github:jspm/[email protected]"
}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"lib": "dist"
},
"dependencies": {
"aurelia-history": "^0.2.1",
"aurelia-history": "^0.2.2",
"core-js": "npm:core-js@^0.4.1"
}
},
Expand Down

0 comments on commit 0f9bc51

Please sign in to comment.