Add missing version field in package.json

This commit is contained in:
Christoph Diehl 2018-02-05 20:58:15 +01:00
parent 087ea48bfe
commit 4ee0a295a3
No known key found for this signature in database
GPG Key ID: 799CE5B68FEF404A
1 changed files with 3 additions and 1 deletions

View File

@ -1,8 +1,10 @@
{
"name": "octo",
"version": "0.0.3",
"description": "",
"keywords": [
"fuzzing", "browsers"
"fuzzing",
"browsers"
],
"homepage": "https://github.com/mozillasecurity/octo",
"repository": {