Skip to content

Commit bfda324

Browse files
committed
chore(package): Remove type="module" and enhacne clean script
1 parent a819568 commit bfda324

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
"name": "commitlint-plugin-prevenger",
33
"version": "1.0.4",
44
"main": "dist/index.js",
5-
"type": "module",
65
"scripts": {
76
"lint": "npx eslint src/ --ext .ts",
87
"build": "tsc",
98
"test": "jest --coverage",
10-
"clean": "rm -rf node_modules package-lock.json dist && npm install"
9+
"clean": "rm -rf node_modules && rm package-lock.json && npm cache clean --force && npm install"
1110
},
1211
"files": [
1312
"dist/",

0 commit comments

Comments
 (0)