Add missing version field in package.json
This commit is contained in:
parent
087ea48bfe
commit
4ee0a295a3
1 changed files with 3 additions and 1 deletions
|
@ -1,8 +1,10 @@
|
||||||
{
|
{
|
||||||
"name": "octo",
|
"name": "octo",
|
||||||
|
"version": "0.0.3",
|
||||||
"description": "",
|
"description": "",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"fuzzing", "browsers"
|
"fuzzing",
|
||||||
|
"browsers"
|
||||||
],
|
],
|
||||||
"homepage": "https://github.com/mozillasecurity/octo",
|
"homepage": "https://github.com/mozillasecurity/octo",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Reference in a new issue