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 30, 2016
1 parent 1a74873 commit b4faa50
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 25 deletions.
4 changes: 2 additions & 2 deletions bower.json
Expand Up @@ -17,8 +17,8 @@
"url": "http://github.com/aurelia/html-import-template-loader"
},
"dependencies": {
"aurelia-loader": "^1.0.0-beta.1",
"aurelia-pal": "^1.0.0-beta.1",
"aurelia-loader": "^1.0.0-beta.1.1.0",
"aurelia-pal": "^1.0.0-beta.1.1.1",
"webcomponentsjs": "webcomponents/webcomponentsjs"
}
}
28 changes: 17 additions & 11 deletions config.js
Expand Up @@ -13,10 +13,10 @@ System.config({
},

map: {
"aurelia-loader": "npm:aurelia-loader@1.0.0-beta.1.0.1",
"aurelia-pal": "npm:aurelia-pal@1.0.0-beta.1.0.2",
"babel": "npm:babel-core@5.8.34",
"babel-runtime": "npm:babel-runtime@5.8.34",
"aurelia-loader": "npm:aurelia-loader@1.0.0-beta.1.1.0",
"aurelia-pal": "npm:aurelia-pal@1.0.0-beta.1.1.1",
"babel": "npm:babel-core@5.8.35",
"babel-runtime": "npm:babel-runtime@5.8.35",
"core-js": "npm:core-js@1.2.6",
"webcomponentsjs": "github:webcomponents/webcomponentsjs@0.7.20",
"github:jspm/nodelibs-assert@0.1.0": {
Expand All @@ -34,15 +34,15 @@ System.config({
"npm:assert@1.3.0": {
"util": "npm:util@0.10.3"
},
"npm:aurelia-loader@1.0.0-beta.1.0.1": {
"aurelia-metadata": "npm:aurelia-metadata@1.0.0-beta.1",
"aurelia-path": "npm:aurelia-path@1.0.0-beta.1"
"npm:aurelia-loader@1.0.0-beta.1.1.0": {
"aurelia-metadata": "npm:aurelia-metadata@1.0.0-beta.1.1.3",
"aurelia-path": "npm:aurelia-path@1.0.0-beta.1.1.0"
},
"npm:aurelia-metadata@1.0.0-beta.1": {
"aurelia-pal": "npm:aurelia-pal@1.0.0-beta.1.0.2",
"core-js": "npm:core-js@1.2.6"
"npm:aurelia-metadata@1.0.0-beta.1.1.3": {
"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.34": {
"npm:babel-runtime@5.8.35": {
"process": "github:jspm/nodelibs-process@0.1.2"
},
"npm:core-js@1.2.6": {
Expand All @@ -51,6 +51,12 @@ System.config({
"process": "github:jspm/nodelibs-process@0.1.2",
"systemjs-json": "github:systemjs/plugin-json@0.1.0"
},
"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",
"systemjs-json": "github:systemjs/plugin-json@0.1.0"
},
"npm:inherits@2.0.1": {
"util": "github:jspm/nodelibs-util@0.1.0"
},
Expand Down
25 changes: 13 additions & 12 deletions package.json
Expand Up @@ -18,27 +18,28 @@
"type": "git",
"url": "http://github.com/aurelia/html-import-template-loader"
},
"jspmNodeConversion": false,
"jspm": {
"main": "aurelia-html-import-template-loader",
"registry": "npm",
"jspmPackage": true,
"main": "html-import-template-loader",
"format": "amd",
"directories": {
"lib": "dist/amd"
"dist": "dist/amd"
},
"dependencies": {
"aurelia-loader": "npm:aurelia-loader@^1.0.0-beta.1",
"aurelia-pal": "npm:aurelia-pal@^1.0.0-beta.1",
"peerDependencies": {
"aurelia-loader": "^1.0.0-beta.1.1.0",
"aurelia-pal": "^1.0.0-beta.1.1.1",
"webcomponentsjs": "github:webcomponents/webcomponentsjs@^0.7.16"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.22",
"babel-runtime": "npm:babel-runtime@^5.8.20",
"core-js": "npm:core-js@^1.2.6"
"babel": "babel-core@^5.8.24",
"babel-runtime": "^5.8.24",
"core-js": "^1.1.4"
}
},
"dependencies": {
"aurelia-loader": "^1.0.0-beta.1",
"aurelia-pal": "^1.0.0-beta.1"
"peerDependencies": {
"aurelia-loader": "^1.0.0-beta.1.1.0",
"aurelia-pal": "^1.0.0-beta.1.1.1"
},
"devDependencies": {
"aurelia-tools": "^0.1.12",
Expand Down

0 comments on commit b4faa50

Please sign in to comment.