summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--client/splash/index.js3
-rw-r--r--package-lock.json5
-rw-r--r--package.json3
3 files changed, 9 insertions, 2 deletions
diff --git a/client/splash/index.js b/client/splash/index.js
index 6253098e..988de9b4 100644
--- a/client/splash/index.js
+++ b/client/splash/index.js
@@ -1 +1,2 @@
-import oktween from './vendor/oktween' \ No newline at end of file
+import oktween from './vendor/oktween'
+
diff --git a/package-lock.json b/package-lock.json
index 72d44774..432f49c6 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -8716,6 +8716,11 @@
"integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=",
"dev": true
},
+ "three": {
+ "version": "0.100.0",
+ "resolved": "https://registry.npmjs.org/three/-/three-0.100.0.tgz",
+ "integrity": "sha512-/lN2rdE1OqIwJr4/HcSaOisiCY0uVA0sqPpbCG5nil2uICEdS0LfGwSVYTtZDsIpR76r3++h5H3Hzg5D+SJBRQ=="
+ },
"through": {
"version": "2.3.8",
"resolved": "http://registry.npmjs.org/through/-/through-2.3.8.tgz",
diff --git a/package.json b/package.json
index bcd22bd0..3705efc7 100644
--- a/package.json
+++ b/package.json
@@ -53,7 +53,8 @@
"redux-thunk": "^2.3.0",
"snapsvg": "^0.5.1",
"store2": "^2.7.0",
- "tabulator-tables": "^4.1.3"
+ "tabulator-tables": "^4.1.3",
+ "three": "^0.100.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",