Skip to content

Commit cdb9d97

Browse files
committed
add uninstall script to package.json
1 parent 59922e4 commit cdb9d97

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simple-pre-commit",
3-
"version": "1.1.3",
3+
"version": "1.2.0",
44
"description": "A simple, zero dependency tool for setting up git pre-commit hook for small projects",
55
"author": "Mikhail Gorbunov <[email protected]> (toplenboren.gituhb.io)",
66
"main": "./simple-pre-commit.js",
@@ -9,7 +9,8 @@
99
"postinstall": "node ./postinstall.js",
1010
"lint": "eslint *.js",
1111
"test": "jest",
12-
"publish": "clean-publish"
12+
"publish": "clean-publish",
13+
"uninstall": "node ./uninstall.js"
1314
},
1415
"keywords": [
1516
"pre-commit",

0 commit comments

Comments
 (0)