Skip to content

Commit

Permalink
chore(package): update for jspm; core-js; aurelia deps
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Jan 28, 2016
1 parent ef3003f commit 44d69db
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 18 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"url": "http://github.com/aurelia/history-browser"
},
"dependencies": {
"aurelia-history": "^1.0.0-beta.1",
"aurelia-pal": "^1.0.0-beta.1",
"aurelia-history": "^1.0.0-beta.1.1.1",
"aurelia-pal": "^1.0.0-beta.1.1.1",
"core-js": "zloirock/core-js"
}
}
8 changes: 4 additions & 4 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ System.config({
},

map: {
"aurelia-history": "npm:[email protected]",
"aurelia-pal": "npm:[email protected]",
"aurelia-history": "npm:[email protected].1.1",
"aurelia-pal": "npm:[email protected].1.1",
"babel": "npm:[email protected]",
"babel-runtime": "npm:[email protected]",
"core-js": "npm:core-js@1.2.6",
"core-js": "npm:core-js@2.0.3",
"github:jspm/[email protected]": {
"assert": "npm:[email protected]"
},
Expand All @@ -34,7 +34,7 @@ System.config({
"npm:[email protected]": {
"util": "npm:[email protected]"
},
"npm:core-js@1.2.6": {
"npm:core-js@2.0.3": {
"fs": "github:jspm/[email protected]",
"path": "github:jspm/[email protected]",
"process": "github:jspm/[email protected]",
Expand Down
25 changes: 13 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,27 +22,28 @@
"test": "gulp test",
"ci": "gulp ci"
},
"jspmNodeConversion": false,
"jspm": {
"registry": "npm",
"jspmPackage": true,
"main": "aurelia-history-browser",
"format": "amd",
"directories": {
"lib": "dist/amd"
"dist": "dist/amd"
},
"dependencies": {
"aurelia-history": "npm:aurelia-history@^1.0.0-beta.1",
"aurelia-pal": "npm:aurelia-pal@^1.0.0-beta.1",
"core-js": "npm:core-js@^1.2.6"
"peerDependencies": {
"aurelia-history": "^1.0.0-beta.1.1.1",
"aurelia-pal": "^1.0.0-beta.1.1.1",
"core-js": "^1.2.6"
},
"devDependencies": {
"babel": "npm:babel-core@^5.1.13",
"babel-runtime": "npm:babel-runtime@^5.1.13",
"core-js": "npm:core-js@^1.2.6"
"babel": "babel-core@^5.1.13",
"babel-runtime": "^5.1.13",
"core-js": "^2.0.3"
}
},
"dependencies": {
"aurelia-history": "^1.0.0-beta.1",
"aurelia-pal": "^1.0.0-beta.1",
"peerDependencies": {
"aurelia-history": "^1.0.0-beta.1.1.1",
"aurelia-pal": "^1.0.0-beta.1.1.1",
"core-js": "^1.2.6"
},
"devDependencies": {
Expand Down

0 comments on commit 44d69db

Please sign in to comment.