top-user-agents 1.0.53 → 1.0.55

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 +4 -5
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "top-user-agents",
3
3
  "description": "A list of most common User Agent.",
4
4
  "homepage": "https://github.com/Kikobeats/top-user-agents",
5
- "version": "1.0.53",
5
+ "version": "1.0.55",
6
6
  "main": "index.js",
7
7
  "author": {
8
8
  "email": "josefrancisco.verdu@gmail.com",
@@ -34,7 +34,7 @@
34
34
  ],
35
35
  "dependencies": {
36
36
  "cheerio": "~1.0.0-rc.12",
37
- "got": "~12.5.3",
37
+ "got": "~12.6.1",
38
38
  "write-json-file": "~4.3.0"
39
39
  },
40
40
  "devDependencies": {
@@ -44,7 +44,6 @@
44
44
  "conventional-github-releaser": "latest",
45
45
  "finepack": "latest",
46
46
  "git-authors-cli": "latest",
47
- "git-dirty": "latest",
48
47
  "nano-staged": "latest",
49
48
  "npm-check-updates": "latest",
50
49
  "prettier-standard": "latest",
@@ -69,7 +68,7 @@
69
68
  "lint": "standard-markdown README.md && standard",
70
69
  "postinstall": "node scripts/postinstall.mjs",
71
70
  "postrelease": "npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)",
72
- "prerelease": "npm run update:check && npm run contributors && npm run cronjob",
71
+ "prerelease": "npm run update:check",
73
72
  "pretest": "npm run lint",
74
73
  "release": "standard-version -a",
75
74
  "release:github": "conventional-github-releaser -p angular",
@@ -86,7 +85,7 @@
86
85
  ]
87
86
  },
88
87
  "nano-staged": {
89
- "*.js": [
88
+ "*.js,!*.min.js,": [
90
89
  "prettier-standard"
91
90
  ],
92
91
  "*.md": [