File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
2727Please don't include changes to ` dist/ ` in your pull request. This should only be updated when releasing a new version.
2828
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ To run the examples:
551 . ` git clone https://github.com/axios/axios.git `
662 . ` cd axios `
773 . ` npm install `
8- 4 . ` grunt build`
8+ 4 . ` npm run build`
995 . ` npm run examples `
10106 . [ http://localhost:3000 ] ( http://localhost:3000 )
You can’t perform that action at this time.
0 commit comments