diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5d8934a5f0..e04a430e84 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,9 +20,9 @@ Please update the [docs](README.md) accordingly so that there are no discrepanci ## Developing -- `grunt test` run the jasmine and mocha tests -- `grunt build` run webpack and bundle the source -- `grunt version` prepare the code for release +- `npm run test` run the jasmine and mocha tests +- `npm run build` run webpack and bundle the source +- `npm run version` prepare the code for release Please don't include changes to `dist/` in your pull request. This should only be updated when releasing a new version. diff --git a/examples/README.md b/examples/README.md index b75c60b929..114634e5ba 100644 --- a/examples/README.md +++ b/examples/README.md @@ -5,6 +5,6 @@ To run the examples: 1. `git clone https://github.com/axios/axios.git` 2. `cd axios` 3. `npm install` -4. `grunt build` +4. `npm run build` 5. `npm run examples` 6. [http://localhost:3000](http://localhost:3000) \ No newline at end of file