Sfoglia il codice sorgente

Clean package.json to avoid false alert of security (not used)

Laurent Destailleur 3 anni fa
parent
commit
4ff1c4467c
1 ha cambiato i file con 0 aggiunte e 6 eliminazioni
  1. 0 6
      test/acceptance/package.json

+ 0 - 6
package.json → test/acceptance/package.json

@@ -7,10 +7,4 @@
   "scripts": {
     "test:e2e": "node_modules/cucumber/bin/cucumber-js --require test/acceptance/index.js --require test/acceptance/setup.js --require test/acceptance/stepDefinitions -f node_modules/cucumber-pretty"
   },
-  "dependencies": {
-    "chart.js": "^2.9.4",
-    "cucumber-pretty": "^6.0.0",
-    "jquery": "^3.6.0",
-    "node-fetch": "^3.1.1"
-  }
 }