소스 검색

Remove npm dependencie Fix #257 #258

Amauri CHAMPEAUX 6 년 전
부모
커밋
118cee2534
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  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"