diff --git a/package.json b/package.json index 3e0740f..003fb9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "search-query-parser", - "version": "0.0.1", + "version": "0.0.2", "description": "Parser for advanced search query syntax", "main": "index.js", "scripts": { @@ -28,6 +28,7 @@ }, "homepage": "https://github.com/retraceio/search-query-parser", "devDependencies": { - "should": "^3.2.0" + "should": "^3.2.0", + "mocha": "*" } }