Skip to content

Commit 65c3dd1

Browse files
authored
Update README.md
1 parent 30cc58b commit 65c3dd1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ npm install -D amaroc
2929
## Usage
3030

3131
After installing as a dev dep, it's as simple as adding this to your package.json's `prepack` to auto build before `npm publish` and on local npm installs:
32-
```js
32+
```json
3333
{
34-
...
35-
"prepack": "amaroc"
36-
...
34+
"scripts": {
35+
"prepack": "amaroc"
36+
}
3737
}
3838
```
3939

0 commit comments

Comments
 (0)