Skip to content

Commit

Permalink
feat(all): update jspm meta; core-js; aurelia deps
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Jan 29, 2016
1 parent c9b74b6 commit 59b2953
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 17 deletions.
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -16,7 +16,7 @@
"url": "http://github.com/aurelia/route-recognizer"
},
"dependencies": {
"aurelia-path": "^1.0.0-beta.1",
"aurelia-path": "^1.0.0-beta.1.1.0",
"core-js": "zloirock/core-js"
}
}
13 changes: 8 additions & 5 deletions config.js
Expand Up @@ -13,10 +13,10 @@ System.config({
},

map: {
"aurelia-path": "npm:aurelia-path@1.0.0-beta.1",
"babel": "npm:babel-core@5.2.0",
"babel-runtime": "npm:babel-runtime@5.2.0",
"core-js": "npm:core-js@1.2.6",
"aurelia-path": "npm:aurelia-path@1.0.0-beta.1.1.0",
"babel": "npm:babel-core@5.8.35",
"babel-runtime": "npm:babel-runtime@5.8.35",
"core-js": "npm:core-js@2.0.3",
"github:jspm/nodelibs-assert@0.1.0": {
"assert": "npm:assert@1.3.0"
},
Expand All @@ -32,7 +32,10 @@ System.config({
"npm:assert@1.3.0": {
"util": "npm:util@0.10.3"
},
"npm:core-js@1.2.6": {
"npm:babel-runtime@5.8.35": {
"process": "github:jspm/nodelibs-process@0.1.2"
},
"npm:core-js@2.0.3": {
"fs": "github:jspm/nodelibs-fs@0.1.2",
"path": "github:jspm/nodelibs-path@0.1.0",
"process": "github:jspm/nodelibs-process@0.1.2",
Expand Down
23 changes: 12 additions & 11 deletions package.json
Expand Up @@ -21,26 +21,27 @@
"test": "gulp test",
"ci": "gulp ci"
},
"jspmNodeConversion": false,
"jspm": {
"registry": "npm",
"jspmPackage": true,
"main": "aurelia-route-recognizer",
"format": "amd",
"directories": {
"lib": "dist/amd"
"dist": "dist/amd"
},
"dependencies": {
"aurelia-path": "npm:aurelia-path@^1.0.0-beta.1",
"core-js": "npm:core-js@^1.2.6"
"peerDependencies": {
"aurelia-path": "^1.0.0-beta.1.1.0",
"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"
"babel": "babel-core@^5.8.24",
"babel-runtime": "^5.8.24",
"core-js": "^2.0.3"
}
},
"dependencies": {
"aurelia-path": "^1.0.0-beta.1",
"core-js": "^1.2.6"
"peerDependencies": {
"aurelia-path": "^1.0.0-beta.1.1.0",
"core-js": "^2.0.3"
},
"devDependencies": {
"aurelia-tools": "0.1.16",
Expand Down

0 comments on commit 59b2953

Please sign in to comment.