From 2f902645c2df3ca933a144ae21cdfde23db9525e Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Thu, 2 Jan 2020 14:36:25 +1100 Subject: [PATCH] Remove Puppeteer dependency --- issue_template.md | 16 ---------------- src/drivers/npm/package.json | 1 - 2 files changed, 17 deletions(-) delete mode 100644 issue_template.md diff --git a/issue_template.md b/issue_template.md deleted file mode 100644 index 4e55ba0c4..000000000 --- a/issue_template.md +++ /dev/null @@ -1,16 +0,0 @@ - - -**Do you want to request a *feature*, a *new application detection* or report a *bug*?** - -**Is your issue about WebExtension driver (Chrome & Firefox), the website, the NPM driver or the bookmarklet ?** - -**What is the current behavior ?** - -**If the current behavior is a bug, please provide the steps to reproduce and if possible a demo of the problem.** - -**What is the expected behavior ?** - -**Which versions of Wappalyzer, and which browser / OS are affected by this issue ? Did this work in previous versions ?** diff --git a/src/drivers/npm/package.json b/src/drivers/npm/package.json index 12f3cdbe1..8debdaa10 100644 --- a/src/drivers/npm/package.json +++ b/src/drivers/npm/package.json @@ -24,7 +24,6 @@ "wappalyzer": "./cli.js" }, "dependencies": { - "puppeteer": "^2.0.0", "zombie": "^6.1.2" }, "peerDependencies": {