top-user-agents 1.0.52 → 1.0.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.
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.52",
5
+ "version": "1.0.54",
6
6
  "main": "index.js",
7
7
  "author": {
8
8
  "email": "josefrancisco.verdu@gmail.com",
@@ -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": [
@@ -25,5 +25,5 @@ try {
25
25
  // techblog is using CloudFlare protection,
26
26
  // so it's expected to fail.
27
27
  // In that case, the fallback file commited with the project will be used.
28
- process.exit(0)
28
+ process.exit()
29
29
  }