fix build
This commit is contained in:
3
package-lock.json
generated
3
package-lock.json
generated
@@ -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",
|
||||||
|
@@ -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": {
|
||||||
|
@@ -15,8 +15,7 @@
|
|||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
"inlineSources": true,
|
"inlineSources": true,
|
||||||
"types": [
|
"types": [
|
||||||
"node",
|
"node"
|
||||||
"mocha"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"exclude": [
|
"exclude": [
|
||||||
|
Reference in New Issue
Block a user