We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8620871 commit 9ac89d3Copy full SHA for 9ac89d3
package.json
@@ -9,7 +9,7 @@
9
"test": "mocha",
10
"build": "tsc",
11
"coverage": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls",
12
- "prettier": "prettier --write *.ts"
+ "prettier": "prettier --write *.ts test/*.js"
13
},
14
"keywords": [
15
"integer",
0 commit comments