top-user-agents 2.1.106 → 2.1.107

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 +1 -3
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "top-user-agents",
3
3
  "description": "An always up-to-date list of the top 100 most common browser user-agents for HTTP requests",
4
4
  "homepage": "https://microlink.io/user-agents",
5
- "version": "2.1.106",
5
+ "version": "2.1.107",
6
6
  "types": "./src/index.d.ts",
7
7
  "exports": {
8
8
  ".": {
@@ -72,7 +72,6 @@
72
72
  "devDependencies": {
73
73
  "@commitlint/cli": "latest",
74
74
  "@commitlint/config-conventional": "latest",
75
- "@ksmithut/prettier-standard": "latest",
76
75
  "@microlink/ua": "latest",
77
76
  "ava": "latest",
78
77
  "ci-publish": "latest",
@@ -115,7 +114,6 @@
115
114
  },
116
115
  "nano-staged": {
117
116
  "*.js": [
118
- "prettier-standard",
119
117
  "standard --fix"
120
118
  ],
121
119
  "package.json": [