Skip to content

Commit

Permalink
Merge 6f7c8fb into f33f4cf
Browse files Browse the repository at this point in the history
  • Loading branch information
terrychen86 committed Dec 31, 2018
2 parents f33f4cf + 6f7c8fb commit 796db4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"description": "Data structure library for JavaScript",
"main": "index.js",
"scripts": {
"lint": "./node_modules/.bin/eslint ./**/*.js",
"lint": "./node_modules/.bin/eslint './**/*.js' --ignore-path .gitignore",
"test": "./node_modules/mocha/bin/mocha ./**/*.test.js",
"cover": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha ./test/**/*.test.js",
"coveralls": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha ./test/**/*.test.js --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
Expand Down

0 comments on commit 796db4d

Please sign in to comment.