Skip to content

Commit

Permalink
Merge pull request #17 from haensl/16
Browse files Browse the repository at this point in the history
#16: Add missing npm prepare script.
  • Loading branch information
haensl authored Feb 17, 2022
2 parents cb4c48d + de62f43 commit 0db2434
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.4.5
* [#16: Add missing `npm prepare` script.](https://github.com/haensl/eslint-config/issues/16)

## 1.4.4
* [#14: Add funding information.](https://github.com/haensl/eslint-config/issues/14)
* Update dependencies.
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "@haensl/eslint-config",
"version": "1.4.4",
"version": "1.4.5",
"description": "Default ESLint configuration of HP Dietz.",
"main": "lib/index.js",
"publishConfig": {
"access": "public"
},
"scripts": {
"lint": "eslint './**/*.js'",
"lint:ci": "eslint --format junit -o test-results/eslint/results.xml './**/*.js'"
"lint:ci": "eslint --format junit -o test-results/eslint/results.xml './**/*.js'",
"prepare": "if [ $NODE_ENV != 'production' ]; then husky install; fi"
},
"eslintConfig": {
"env": {
Expand Down

0 comments on commit 0db2434

Please sign in to comment.