Skip to content

Commit f07fb87

Browse files
committed
chore: Clean up package.json
1 parent 84f3ed3 commit f07fb87

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"main": "index.js",
66
"scripts": {
77
"changelog": "changelog eslint-plugin-security all > CHANGELOG.md",
8-
"test": "npx mocha test/**/*",
9-
"lint": "npx eslint .",
10-
"lint:fix": "npx eslint --fix .",
11-
"cont-int": "npm test && npm run-script lint"
8+
"test": "mocha test/**/*",
9+
"lint": "eslint .",
10+
"lint:fix": "eslint --fix .",
11+
"cont-int": "npm test && npm run lint"
1212
},
1313
"repository": {
1414
"type": "git",

0 commit comments

Comments
 (0)