Skip to content

Commit

Permalink
build: tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Dec 22, 2023
1 parent 0f1150e commit f6efedb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ coverage
############################
.env
.envrc
bin
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "@microlink/ua",
"description": "A simple redis primitives to incr() and top() user agents",
"homepage": "https://github.com/microlinkhq/ua",
"version": "0.0.2",
"version": "0.0.4",
"main": "src/index.js",
"author": {
"name": "microlink.io",
"email": "[email protected]",
"name": "microlink.io",
"url": "https://microlink.io"
},
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/microlinkhq/ua.git"
Expand Down Expand Up @@ -38,6 +38,9 @@
"engines": {
"node": ">= 18"
},
"files": [
"src"
],
"scripts": {
"clean": "rm -rf node_modules",
"contributors": "(npx git-authors-cli && npx finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true",
Expand Down Expand Up @@ -74,8 +77,5 @@
"simple-git-hooks": {
"commit-msg": "npx commitlint --edit",
"pre-commit": "npx nano-staged"
},
"dependencies": {
"ua-parser-js": "~1.0.37"
}
}

0 comments on commit f6efedb

Please sign in to comment.