mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-11-22 13:37:58 +01:00
update config
This commit is contained in:
parent
178e88f76b
commit
91fc46621f
@ -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"
|
||||
}
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user