2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-17 19:21:29 +03:00

docs: updated code of coduct, contributing gude and license for latest release version

This commit is contained in:
Jay
2022-05-28 23:06:24 +02:00
parent 9840656c59
commit afe702bccd
3 changed files with 28 additions and 90 deletions
-2
View File
@@ -23,8 +23,6 @@ Please update the [docs](README.md) accordingly so that there are no discrepanci
- `grunt test` run the jasmine and mocha tests
- `grunt build` run webpack and bundle the source
- `grunt version` prepare the code for release
- `grunt watch:test` watch for changes and run `test`
- `grunt watch:build` watch for changes and run `build`
Please don't include changes to `dist/` in your pull request. This should only be updated when releasing a new version.