Skip to content

Commit 47e96ec

Browse files
authored
docs: README update (#1154)
* docs: README update - replacing depricated npm set-script with npm pkg set (#1150) * docs: README update - replacing depricated npm set-script with npm pkg set (#1150)
1 parent e4e4575 commit 47e96ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ npm install husky --save-dev
1515
Edit `package.json > prepare` script and run it once:
1616

1717
```sh
18-
npm set-script prepare "husky install"
18+
npm pkg set scripts.prepare="husky install"
1919
npm run prepare
2020
```
2121

0 commit comments

Comments
 (0)