Change 'homepage' URL to update to ES6 branch README.md
This commit is contained in:
parent
e902b1b4c2
commit
79c8ad4898
2 changed files with 3 additions and 1 deletions
|
@ -58,6 +58,8 @@ https://cdn.jsdelivr.net/gh/MozillaSecurity/octo@0.0.3/deploy/octo.js
|
||||||
```bash
|
```bash
|
||||||
npm install
|
npm install
|
||||||
npm run build
|
npm run build
|
||||||
|
npm run watch
|
||||||
|
npm run test:lint
|
||||||
```
|
```
|
||||||
|
|
||||||
## Testing
|
## Testing
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
"node",
|
"node",
|
||||||
"library"
|
"library"
|
||||||
],
|
],
|
||||||
"homepage": "https://github.com/mozillasecurity/octo",
|
"homepage": "https://github.com/mozillasecurity/octo/tree/es6",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/mozillasecurity/octo.git"
|
"url": "https://github.com/mozillasecurity/octo.git"
|
||||||
|
|
Loading…
Reference in a new issue