Skip to content

Commit

Permalink
build: contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jan 8, 2024
1 parent 874e454 commit 1301b94
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
"description": "A list of most common User Agent.",
"homepage": "https://microlink.io/user-agents",
"version": "2.1.0",
"exports": {
".": "./src/index.js",
"./desktop": "./src/desktop.js",
"./mobile": "./src/mobile.js"
},
"author": {
"email": "[email protected]",
"name": "microlink.io",
Expand Down Expand Up @@ -83,11 +88,6 @@
"@commitlint/config-conventional"
]
},
"exports": {
".": "./src/index.js",
"./desktop": "./src/desktop.js",
"./mobile": "./src/mobile.js"
},
"nano-staged": {
"*.js": [
"prettier-standard",
Expand Down

0 comments on commit 1301b94

Please sign in to comment.