Procházet zdrojové kódy

Remove npm dependencie Fix #257 #258

Amauri CHAMPEAUX před 6 roky
rodič
revize
118cee2534
1 změnil soubory, kde provedl 1 přidání a 3 odebrání
  1. 1 3
      package.json

+ 1 - 3
package.json

@@ -2,9 +2,7 @@
   "name": "tarteaucitronjs",
   "version": "1.0.0",
   "description": "Comply to the European cookie law",
-  "dependencies": {
-    "npm": "^6.4.1"
-  },
+  "dependencies": {},
   "devDependencies": {},
   "scripts": {
     "test": "echo \"Error: no test specified\" && exit 1"