修复引用node_modules资源问题

This commit is contained in:
xf
2018-05-28 17:59:38 +08:00
parent 0f41ff6562
commit 70e20e5a58
5 changed files with 31 additions and 37 deletions

View File

@@ -1,13 +1,13 @@
{
"name": "cadview",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc"
},
"author": "",
"author": "cx",
"license": "ISC",
"devDependencies": {
"@types/node": "^10.1.2",