bump package version to 2.0.0
[squeep-test-helper] / package.json
index 26deff809592d58c8f02510fee571f6f842262b9..49473f90a7a9d621165810ec26d3323d0517cce1 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@squeep/test-helper",
-  "version": "1.0.3",
+  "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": {
+  "devDependencies": {
     "@squeep/eslint-config": "^1",
     "eslint": "^9",
     "mocha": "^10",
     "nyc": "^15",
     "pre-commit": "^1",
-    "sinon": "^17"
+    "sinon": "^18"
   }
 }