Skip to content

Commit 3754a65

Browse files
committed
Update readme to reflect new build process with rollup
1 parent b3fda5c commit 3754a65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -261,9 +261,9 @@ Update package.json version, commit, and merge it into `master`.
261261
On master, run:
262262

263263
```
264-
VER=<version> # e.g., "0.4.0"
264+
VER=<version> # e.g., "1.0.1"
265265
git checkout --detach &&
266-
grunt &&
266+
npm run build &&
267267
git add -f dist/* &&
268268
git commit -a -m Build &&
269269
git tag -a -m v$VER v$VER

0 commit comments

Comments
 (0)