Skip to content

Commit c4b6c4e

Browse files
Remove deprecated param
1 parent 86d3a91 commit c4b6c4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"version": "git add .",
5353
"postversion": "git push && git push --tags",
5454
"build": "rm -rf build && tsc && npm run uglify",
55-
"lint": "rm -rf build && tslint --type-check --project tsconfig.json './src/**/*.ts'",
55+
"lint": "rm -rf build && tslint --project tsconfig.json './src/**/*.ts'",
5656
"test-spec": "mocha build/**/*.spec.js -R spec --bail",
5757
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- build/**/*.spec.js -R spec --bail",
5858
"test-and-send-cov-to-coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- build/**/*.spec.js -R spec --bail && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",

0 commit comments

Comments
 (0)