Skip to content

Commit bfa9c30

Browse files
authored
chore(docs): fix outdated grunt to npm scripts (#6073)
1 parent a2b0fb3 commit bfa9c30

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ Please update the [docs](README.md) accordingly so that there are no discrepanci
2020

2121
## Developing
2222

23-
- `grunt test` run the jasmine and mocha tests
24-
- `grunt build` run webpack and bundle the source
25-
- `grunt version` prepare the code for release
23+
- `npm run test` run the jasmine and mocha tests
24+
- `npm run build` run webpack and bundle the source
25+
- `npm run version` prepare the code for release
2626

2727
Please don't include changes to `dist/` in your pull request. This should only be updated when releasing a new version.
2828

examples/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ To run the examples:
55
1. `git clone https://github.com/axios/axios.git`
66
2. `cd axios`
77
3. `npm install`
8-
4. `grunt build`
8+
4. `npm run build`
99
5. `npm run examples`
1010
6. [http://localhost:3000](http://localhost:3000)

0 commit comments

Comments
 (0)