chore(package): update ts-standard to v2

This commit is contained in:
Todd Bluhm 2019-11-01 00:27:16 -05:00
parent c00dd73531
commit f7929ce8f0
No known key found for this signature in database
GPG Key ID: 9CF312607477B8AB

View File

@ -12,7 +12,7 @@
},
"scripts": {
"test": "mocha -r ts-node/register ./test/**/*.ts",
"test-cover": "nyc --reporter=lcov --reporter=text npm test",
"test-cover": "nyc npm test",
"coveralls": "coveralls < coverage/lcov.info",
"lint": "ts-standard --fix && tsc --noEmit",
"build": "tsc",
@ -62,7 +62,7 @@
"nyc": "^14.0.0",
"sinon": "^7.0.0",
"ts-node": "^8.0.0",
"ts-standard": "^1.0.0",
"ts-standard": "^2.0.0",
"typescript": "^3.0.0"
},
"nyc": {
@ -76,8 +76,8 @@
"ts-node/register"
],
"reporter": [
"text-summary",
"html"
"text",
"lcov"
],
"sourceMap": true,
"instrument": true