Skip to content

Commit

Permalink
package.json cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindnc committed Jul 5, 2024
1 parent 73cf2d0 commit be20f5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"pretest": "npm run prepare",
"test": "mocha tests/*.js -R spec --ui bdd --timeout 5000",
"prepare": "babel lib -d dist",
"lint": "./node_modules/.bin/eslint \"tests\" \"lib\" \".eslintrc.js\" --fix",
"prettier": "./node_modules/.bin/prettier --write \"{lib,tests}/**/*.js\" \"*.md\"",
"lint": "eslint \"tests\" \"lib\" \".eslintrc.js\" --fix",
"prettier": "prettier --write \"{lib,tests}/**/*.js\" \"*.md\"",
"prepublishOnly": "npm run test"
},
"husky": {
Expand Down

0 comments on commit be20f5c

Please sign in to comment.