调整包配置

This commit is contained in:
xiefan 2020-04-01 16:25:47 +08:00
parent a10bb71035
commit 2fd1b48d32

View File

@ -1,6 +1,6 @@
{
"name": "cadview",
"version": "1.1.9",
"version": "1.2.0",
"description": "",
"main": "src/index.ts",
"private": true,
@ -17,7 +17,6 @@
"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,6 +38,7 @@
"webpack-merge": "^4.1.4"
},
"dependencies": {
"@types/three": "^0.92.25",
"three": "^0.95.0",
"wolfy87-eventemitter": "^5.2.5"
}