simple-wappalyzer 1.1.52 → 1.1.54

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -3
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "simple-wappalyzer",
3
3
  "description": "A simple way to interacting with Wappalyzer.",
4
4
  "homepage": "https://github.com/Kikobeats/simple-wappalyzer",
5
- "version": "1.1.52",
5
+ "version": "1.1.54",
6
6
  "main": "src/index.js",
7
7
  "author": {
8
8
  "email": "josefrancisco.verdu@gmail.com",
@@ -32,7 +32,7 @@
32
32
  "jsdom": "~22.1.0",
33
33
  "lodash": "~4.17.21",
34
34
  "tough-cookie": "~4.1.2",
35
- "wappalyzer-core": "~6.10.62",
35
+ "wappalyzer-core": "~6.10.66",
36
36
  "write-json-file": "~4.3.0"
37
37
  },
38
38
  "devDependencies": {
@@ -68,7 +68,6 @@
68
68
  "clean": "rm -rf node_modules",
69
69
  "contributors": "(npx git-authors-cli && npx finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true",
70
70
  "lint": "standard-markdown README.md && standard",
71
- "postinstall": "node scripts/postinstall",
72
71
  "postrelease": "npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)",
73
72
  "prerelease": "npm run update:check",
74
73
  "pretest": "npm run lint",