Merge branch 'v1.1-dev' as v1.1.0
[squeep-api-dingus] / package.json
index 4202607ad805a78bfdf8dce563d24540b9b9489d..450ee798fc34f8e60e82110fc441f5275ab13b05 100644 (file)
@@ -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": {