Skip to content

Commit

Permalink
Post 2.0.0 cleanup (#32)
Browse files Browse the repository at this point in the history
* remove engine requirement

* scripts directory no longer exists

* remove broken link
  • Loading branch information
kevinvanrijn authored Dec 27, 2023
1 parent b90d9e5 commit 3c628e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

> A list of most common User Agent used on Internet.
The list is auto generated, always up to date with the [most common user agents](https://techblog.willshouse.com/2012/01/03/most-common-user-agents/).
The list is auto generated, always up to date with the most common user agents.

## Install

Expand Down
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,9 @@
"standard-markdown": "latest",
"standard-version": "latest"
},
"engines": {
"node": ">= 10"
},
"files": [
"index.js",
"index.json",
"scripts"
"index.json"
],
"scripts": {
"clean": "rm -rf node_modules",
Expand Down

0 comments on commit 3c628e9

Please sign in to comment.