This commit is contained in:
xf
2018-05-30 11:20:29 +08:00
5 changed files with 23 additions and 8 deletions

View File

@@ -1,11 +1,13 @@
{
"name": "cadview",
"version": "1.0.2",
"version": "1.0.4",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"private": true,
"scripts": {
"build": "tsc"
"build": "tsc",
"dev": "tsc -w"
},
"repository": {
"type": "git",