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: { devConfig: {
"map": { "map": {
"babel-runtime": "npm:babel-runtime@5.8.38", "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" "plugin-babel": "npm:systemjs-plugin-babel@0.0.12"
}, },
"packages": { "packages": {
"npm:babel-runtime@5.8.38": { "npm:babel-runtime@5.8.38": {
"map": {} "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" "main": "index.js"
} }
}, },
bundles: {
"bundle.js": []
},
map: { map: {
"babel": "npm:babel-core@5.8.38" "babel": "npm:babel-core@5.8.38"
} }

View File

@ -13,7 +13,7 @@
}, },
"devDependencies": { "devDependencies": {
"babel-runtime": "npm:babel-runtime@^5.1.13", "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" "plugin-babel": "npm:systemjs-plugin-babel@^0.0.12"
}, },
"peerDependencies": { "peerDependencies": {
@ -51,7 +51,8 @@
} }
} }
}, },
"dependencies": { "dependencies": {},
"jspm": "^0.17.0-beta.25" "devDependencies": {
"jspm": "^0.17.0-beta.28"
} }
} }