Skip to content

Commit be20f5c

Browse files
committed
package.json cleanup.
1 parent 73cf2d0 commit be20f5c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"pretest": "npm run prepare",
99
"test": "mocha tests/*.js -R spec --ui bdd --timeout 5000",
1010
"prepare": "babel lib -d dist",
11-
"lint": "./node_modules/.bin/eslint \"tests\" \"lib\" \".eslintrc.js\" --fix",
12-
"prettier": "./node_modules/.bin/prettier --write \"{lib,tests}/**/*.js\" \"*.md\"",
11+
"lint": "eslint \"tests\" \"lib\" \".eslintrc.js\" --fix",
12+
"prettier": "prettier --write \"{lib,tests}/**/*.js\" \"*.md\"",
1313
"prepublishOnly": "npm run test"
1414
},
1515
"husky": {

0 commit comments

Comments
 (0)