调整threejs类型

This commit is contained in:
xiefan
2020-04-01 16:12:28 +08:00
parent 1fbd3d6563
commit a10bb71035
4 changed files with 8 additions and 8 deletions

View File

@@ -17,6 +17,7 @@
"author": "cx",
"license": "ISC",
"devDependencies": {
"@types/three": "^0.92.25",
"@types/hard-source-webpack-plugin": "^0.9.0",
"@types/node": "^10.11.7",
"@types/uglifyjs-webpack-plugin": "^1.1.0",
@@ -39,7 +40,6 @@
},
"dependencies": {
"three": "^0.95.0",
"@types/three": "^0.92.25",
"wolfy87-eventemitter": "^5.2.5"
}
}