mirror of
https://github.com/toddbluhm/env-cmd.git
synced 2025-12-08 18:23:33 +00:00
chore(package): update ts-standard to v2
This commit is contained in:
parent
c00dd73531
commit
f7929ce8f0
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user