From 4ee0a295a39df2782805e1c842122b7cbaeef874 Mon Sep 17 00:00:00 2001 From: Christoph Diehl <1614333+posidron@users.noreply.github.com> Date: Mon, 5 Feb 2018 20:58:15 +0100 Subject: [PATCH] Add missing version field in package.json --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9300e06..371c60c 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,10 @@ { "name": "octo", + "version": "0.0.3", "description": "", "keywords": [ - "fuzzing", "browsers" + "fuzzing", + "browsers" ], "homepage": "https://github.com/mozillasecurity/octo", "repository": {