Skip to content

Commit 0b7e91b

Browse files
committed
update contributing guide
1 parent 6993cfc commit 0b7e91b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Hi! I’m really excited that you are interested in contributing to Vue.js. Befo
2626

2727
- Follow the [code style](#code-style).
2828

29-
- Make sure the default grunt task passes. (see [development setup](#development-setup))
29+
- Make sure `npm test` passes. (see [development setup](#development-setup))
3030

3131
- If adding new feature:
3232
- Add accompanying test case.
@@ -66,7 +66,7 @@ You will need [Node.js](http://nodejs.org).
6666

6767
``` bash
6868
$ npm install
69-
# install pre-commit lint hook
69+
# optional: install pre-commit lint hook
7070
$ npm run install-hook
7171
```
7272

0 commit comments

Comments
 (0)