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