bump package version to 2.0.0
[squeep-test-helper] / package.json
index ad50b04c32f62bdc35651658ee91a8e9526572a3..49473f90a7a9d621165810ec26d3323d0517cce1 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@squeep/test-helper",
-  "version": "1.0.0",
+  "version": "2.0.0",
   "description": "Common modules and helpers for Squeep Framework Applications unit testing.",
   "main": "index.js",
   "scripts": {
@@ -9,6 +9,9 @@
     "eslint": "eslint *.js lib",
     "test": "mocha --recursive"
   },
+  "files": [
+    "lib"
+  ],
   "repository": {
     "type": "git",
     "url": "https://git.squeep.com/squeep-test-helper/"
     "coverage",
     "coverage-check"
   ],
-  "dependencies": {
-    "eslint": "^8.53.0",
-    "eslint-plugin-node": "^11.1.0",
-    "eslint-plugin-security": "^1.7.1",
-    "eslint-plugin-sonarjs": "^0.23.0",
-    "mocha": "^10.2.0",
-    "nyc": "^15.1.0",
-    "pre-commit": "^1.2.2",
-    "sinon": "^17.0.1"
+  "devDependencies": {
+    "@squeep/eslint-config": "^1",
+    "eslint": "^9",
+    "mocha": "^10",
+    "nyc": "^15",
+    "pre-commit": "^1",
+    "sinon": "^18"
   }
 }