fix build

This commit is contained in:
Konstantin Vulsonov
2018-09-18 23:25:34 +03:00
parent 024d0e3125
commit 20b6eacc96
3 changed files with 4 additions and 4 deletions

3
package-lock.json generated
View File

@@ -7,7 +7,8 @@
"@types/node": {
"version": "10.10.1",
"resolved": "https://registry.npmjs.org/@types/node/-/node-10.10.1.tgz",
"integrity": "sha512-nzsx28VwfaIykfzMAG9TB3jxF5Nn+1/WMKnmVZc8TsB+LMIVvwUscVn7PAq+LFaY5ng5u4jp5mRROSswo76PPA=="
"integrity": "sha512-nzsx28VwfaIykfzMAG9TB3jxF5Nn+1/WMKnmVZc8TsB+LMIVvwUscVn7PAq+LFaY5ng5u4jp5mRROSswo76PPA==",
"dev": true
},
"ansi-regex": {
"version": "2.1.1",

View File

@@ -4,7 +4,7 @@
"description": "create iconset from separated svg icons",
"main": "./dist/app.js",
"scripts": {
"build": "tsc src/bin",
"build": "tsc",
"test": "./test"
},
"bin": {

View File

@@ -15,8 +15,7 @@
"sourceMap": true,
"inlineSources": true,
"types": [
"node",
"mocha"
"node"
]
},
"exclude": [