Build 5.9.1 and update README

main
Elbert Alias 5 years ago
parent d8f4c24f6a
commit 9684b4b760

@ -18,6 +18,12 @@ $ npm i -g wappalyzer # Globally
$ npm i wappalyzer --save # As a dependency
```
To use Puppeteer (headless Chrome browser), you must install the NPM package manually:
```shell
$ npm i puppeteer@^2.0.0
```
## Run from the command line

@ -1,6 +1,6 @@
{
"name": "wappalyzer",
"version": "5.9.0",
"version": "5.9.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

@ -2,7 +2,7 @@
"name": "wappalyzer",
"description": "Uncovers the technologies used on websites",
"homepage": "https://github.com/AliasIO/Wappalyzer",
"version": "5.9.0",
"version": "5.9.1",
"author": "Elbert Alias",
"license": "GPL-3.0",
"repository": {

@ -4,7 +4,7 @@
"author": "Elbert Alias",
"homepage_url": "https://www.wappalyzer.com",
"description": "Identify web technologies",
"version": "5.9.0",
"version": "5.9.1",
"default_locale": "en",
"manifest_version": 2,
"icons": {