Skip to content

Commit 9abffbe

Browse files
committed
Stop ignoring eslint package from David
Now that it is up to date. Signed-off-by: Kevin Locke <[email protected]>
1 parent 9ef1c79 commit 9abffbe

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
@@ -29,7 +29,7 @@
2929
"lint-js": "eslint . && echo ESLint passed.",
3030
"postpublish": "git -C doc push && git push --follow-tags origin master gh-pages && echo Remember to update GitHub Releases from CHANGELOG.md && echo until skywinder/github-changelog-generator#56 is fixed.",
3131
"postversion": "rimraf doc && git clone -b gh-pages -l -q . doc && npm run doc && git -C doc add . && git -C doc commit -n -m \"Docs for v$npm_package_version\"",
32-
"preversion": "check-audit && depcheck --ignores eslint-plugin-import,greenkeeper-lockfile --ignore-dirs doc && david -i eslint && git-branch-is master && travis-status -b master -c -wx && appveyor-status -b master -c -w && istanbul check-coverage --statements 95 coverage/coverage.json",
32+
"preversion": "check-audit && depcheck --ignores eslint-plugin-import,greenkeeper-lockfile --ignore-dirs doc && david && git-branch-is master && travis-status -b master -c -wx && appveyor-status -b master -c -w && istanbul check-coverage --statements 95 coverage/coverage.json",
3333
"start": "supervisor --quiet --no-restart-on exit --extensions js,json --ignore test --poll-interval 2000 server.js",
3434
"test": "npm run lint && npm run test-unit",
3535
"test-cov": "npm run lint && npm run test-unit-cov",

0 commit comments

Comments
 (0)