Skip to content

Commit cc9232a

Browse files
committed
Add greenkeeper-lockfile devDependency
Although I am not currently using greenkeeper-lockfile to update the package-lock.json file (since I currently prefer not to use package-lock.json for CI), the dependency is required for the Greenkeeper service to run builds for in-range updates. See: https://blog.greenkeeper.io/were-changing-the-default-behaviour-for-lockfiles-ba9cb38a985a Signed-off-by: Kevin Locke <[email protected]>
1 parent 98a184d commit cc9232a

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

package-lock.json

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 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": "depcheck --ignores eslint-plugin-import --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",
32+
"preversion": "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",
@@ -46,6 +46,7 @@
4646
"eslint": "^4.6.1",
4747
"eslint-config-airbnb-base": "^12.0.0",
4848
"eslint-plugin-import": "^2.7.0",
49+
"greenkeeper-lockfile": "^1.15.1",
4950
"istanbul": "^0.4.1",
5051
"jsdoc": "^3.4.1",
5152
"mocha": "^5.0.0",

0 commit comments

Comments
 (0)