breaking: bring your own sinon instead of bundling, to resolve leaks when versions...
[squeep-test-helper] / package.json
index 26deff809592d58c8f02510fee571f6f842262b9..c1787a1d05b20939c88d7193786ca3820d234580 100644 (file)
@@ -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"
   }
 }