update config

This commit is contained in:
casperlamboo 2016-08-26 21:43:46 +02:00 committed by Simon Voordouw
parent a7c1a9b4fd
commit 2ec71ddef6
2 changed files with 5 additions and 12 deletions

View File

@ -10,17 +10,12 @@ SystemJS.config({
devConfig: {
"map": {
"babel-runtime": "npm:babel-runtime@5.8.38",
"core-js": "npm:core-js@0.9.18",
"core-js": "npm:core-js@1.2.7",
"plugin-babel": "npm:systemjs-plugin-babel@0.0.12"
},
"packages": {
"npm:babel-runtime@5.8.38": {
"map": {}
},
"npm:core-js@0.9.18": {
"map": {
"systemjs-json": "github:systemjs/plugin-json@0.1.2"
}
}
}
},
@ -30,9 +25,6 @@ SystemJS.config({
"main": "index.js"
}
},
bundles: {
"bundle.js": []
},
map: {
"babel": "npm:babel-core@5.8.38"
}

View File

@ -13,7 +13,7 @@
},
"devDependencies": {
"babel-runtime": "npm:babel-runtime@^5.1.13",
"core-js": "npm:core-js@^0.9.4",
"core-js": "npm:core-js@^1.2.0",
"plugin-babel": "npm:systemjs-plugin-babel@^0.0.12"
},
"peerDependencies": {
@ -51,7 +51,8 @@
}
}
},
"dependencies": {
"jspm": "^0.17.0-beta.25"
"dependencies": {},
"devDependencies": {
"jspm": "^0.17.0-beta.28"
}
}