Skip to content

Commit

Permalink
feat(all): update for jspm; update core-js; update aurelia deps
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Jan 28, 2016
1 parent 1bf2a57 commit 01aa7e4
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 17 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": "https://github.com/aurelia/metadata"
},
"dependencies": {
"aurelia-pal": "^1.0.0-beta.1",
"aurelia-pal": "^1.0.0-beta.1.1.0",
"core-js": "zloirock/core-js"
}
}
11 changes: 8 additions & 3 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ System.config({
},

map: {
"aurelia-pal": "npm:[email protected]",
"aurelia-pal": "npm:[email protected].1.0",
"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 @@ -32,10 +32,15 @@ System.config({
"npm:[email protected]": {
"util": "npm:[email protected]"
},
"npm:[email protected]": {
"fs": "github:jspm/[email protected]",
"path": "github:jspm/[email protected]",
"process": "github:jspm/[email protected]"
},
"npm:[email protected]": {
"process": "github:jspm/[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
23 changes: 10 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,26 +18,23 @@
"type": "git",
"url": "https://github.com/aurelia/metadata"
},
"jspmNodeConversion": false,
"registry": "npm",
"jspmPackage": true,
"format": "cjs",
"jspm": {
"main": "aurelia-metadata",
"format": "amd",
"directories": {
"lib": "dist/amd"
},
"dependencies": {
"aurelia-pal": "npm:aurelia-pal@^1.0.0-beta.1",
"core-js": "npm:core-js@^1.2.6"
"peerDependencies": {
"aurelia-pal": "npm:aurelia-pal@^1.0.0-beta.1.1.0",
"core-js": "npm:core-js@^2.0.3"
},
"devDependencies": {
"babel": "npm:babel-core@^5.1.13",
"babel-runtime": "npm:babel-runtime@^5.1.13",
"core-js": "npm:core-js@^1.2.6"
"core-js": "npm:core-js@^2.0.3"
}
},
"dependencies": {
"aurelia-pal": "^1.0.0-beta.1",
"core-js": "^1.2.6"
"peerDependencies": {
"aurelia-pal": "^1.0.0-beta.1.1.0",
"core-js": "^2.0.3"
},
"devDependencies": {
"aurelia-tools": "^0.1.12",
Expand Down

0 comments on commit 01aa7e4

Please sign in to comment.