Removing doodle3d-slicer dep from example

This commit is contained in:
peteruithoven 2017-07-20 16:13:46 +02:00
parent c99489e5d0
commit 8d8be75dd6
2 changed files with 0 additions and 22 deletions

View File

@ -1063,19 +1063,6 @@
"source-map": "0.5.6"
}
},
"clipper-js": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/clipper-js/-/clipper-js-1.0.2.tgz",
"integrity": "sha1-5EiR3eZULMfQvMbvloTUWQVxSJM=",
"requires": {
"clipper-lib": "6.2.1"
}
},
"clipper-lib": {
"version": "6.2.1",
"resolved": "https://registry.npmjs.org/clipper-lib/-/clipper-lib-6.2.1.tgz",
"integrity": "sha1-Jm2Ox1dcWJ8F8j6c0APeUOIxF7Y="
},
"cliui": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/cliui/-/cliui-2.1.0.tgz",
@ -1350,14 +1337,6 @@
"domelementtype": "1.3.0"
}
},
"Doodle3D-Slicer": {
"version": "github:Doodle3D/Doodle3D-Slicer#eaaa8eb62ef6a0931c75237afa2f689ae0e10e31",
"requires": {
"babel-polyfill": "6.23.0",
"clipper-js": "1.0.2",
"three": "0.83.0"
}
},
"elliptic": {
"version": "6.4.0",
"resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.4.0.tgz",

View File

@ -10,7 +10,6 @@
"author": "",
"license": "ISC",
"dependencies": {
"Doodle3D-Slicer": "github:Doodle3D/Doodle3D-Slicer#webpack",
"babel-polyfill": "^6.23.0",
"three": "^0.83.0"
},