Adding three dependency

This commit is contained in:
peteruithoven 2017-07-20 12:09:23 +02:00
parent fa1ae069bf
commit 566c80f6e8
2 changed files with 7 additions and 1 deletions

5
package-lock.json generated
View File

@ -1592,6 +1592,11 @@
"integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
"dev": true
},
"three": {
"version": "0.83.0",
"resolved": "https://registry.npmjs.org/three/-/three-0.83.0.tgz",
"integrity": "sha1-O3+UeQrz4CHawfRKJhdWnKIDKws="
},
"to-fast-properties": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.3.tgz",

View File

@ -13,7 +13,8 @@
"build:module:settings": "cp -r src/settings module"
},
"dependencies": {
"clipper-js": "^1.0.2"
"clipper-js": "^1.0.2",
"three": "^0.83.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",