X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=package.json;fp=package.json;h=450ee798fc34f8e60e82110fc441f5275ab13b05;hb=ca35f167826c0732571da5f35e3c25881d138b79;hp=4202607ad805a78bfdf8dce563d24540b9b9489d;hpb=29837f0eeb9fcb4c53426e5bd89e9bdf7e9d961b;p=squeep-api-dingus diff --git a/package.json b/package.json index 4202607..450ee79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/api-dingus", - "version": "1.0.0", + "version": "1.1.0", "description": "A minimal API server framework", "main": "index.js", "scripts": { @@ -9,6 +9,7 @@ "test": "mocha --recursive" }, "pre-commit": [ + "eslint", "coverage" ], "engines": {