From c9d476e421a50aa5e3e20389365263d5c36e5696 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sun, 27 Jan 2019 17:17:40 +0100 Subject: import three :) --- client/splash/index.js | 3 ++- package-lock.json | 5 +++++ package.json | 3 ++- 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", -- cgit v1.2.3-70-g09d2