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": { "@types/node": {
"version": "10.10.1", "version": "10.10.1",
"resolved": "https://registry.npmjs.org/@types/node/-/node-10.10.1.tgz", "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": { "ansi-regex": {
"version": "2.1.1", "version": "2.1.1",

View File

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

View File

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