Skip to content

Commit

Permalink
Merge 4be5ee7 into 88e07f2
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerturdenpants committed Feb 3, 2020
2 parents 88e07f2 + 4be5ee7 commit b518031
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"coveralls": "cat ./coverage/lcov.info | node node_modules/.bin/coveralls",
"debug:integration": "node --inspect-brk ./test/run-test.js",
"debug:test": "node --inspect-brk ./node_modules/.bin/jest -i -t ",
"deploy": "npm version patch && git push && git push --tags && npm publish",
"lint": "eslint . --cache",
"release": "release-it",
"test:integration": "node ./test/run-test.js",
"test": "codemod-cli test --coverage"
},
Expand Down Expand Up @@ -52,7 +52,7 @@
"release-it-lerna-changelog": "^1.0.3"
},
"engines": {
"node": "^8 || >=10"
"node": "10.* || >=12.*"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down

0 comments on commit b518031

Please sign in to comment.