Skip to content

Commit

Permalink
fix: linter on other packge.json files
Browse files Browse the repository at this point in the history
Signed-off-by: Tierney Cyren <[email protected]>
  • Loading branch information
bnb committed Nov 7, 2024
1 parent df7e4ac commit b5743bb
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 35 deletions.
5 changes: 1 addition & 4 deletions aliases/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
"type": "git",
"url": "git+https://github.com/cutenode/nodevu.git"
},
"keywords": [
"node.js",
"version"
],
"keywords": ["node.js", "version"],
"author": "Tierney Cyren <[email protected]> (https://bnb.im/)",
"license": "MIT",
"bugs": {
Expand Down
12 changes: 2 additions & 10 deletions parsefiles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,8 @@
"updates:check": "npx npm-check-updates",
"updates:update": "npx npm-check-updates -u"
},
"keywords": [
"node.js",
"versions",
"parse",
"files"
],
"files": [
"index.js",
"LICENSE"
],
"keywords": ["node.js", "versions", "parse", "files"],
"files": ["index.js", "LICENSE"],
"author": "Tierney Cyren <[email protected]>",
"license": "MIT",
"devDependencies": {
Expand Down
5 changes: 1 addition & 4 deletions ranges/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
"version": "0.1.0",
"description": "support node's unofficial alias namespace",
"main": "index.js",
"files": [
"index.js",
"LICENSE"
],
"files": ["index.js", "LICENSE"],
"scripts": {
"lint": "biome check ./",
"lint:write": "biome check ./ --write",
Expand Down
12 changes: 2 additions & 10 deletions static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,8 @@
"type": "git",
"url": "git+https://github.com/cutenode/nodevu.git"
},
"keywords": [
"node.js",
"version",
"versions"
],
"files": [
"/data",
"index.js",
"LICENSE"
],
"keywords": ["node.js", "version", "versions"],
"files": ["/data", "index.js", "LICENSE"],
"author": "Tierney Cyren <[email protected]>",
"license": "MIT",
"bugs": {
Expand Down
8 changes: 1 addition & 7 deletions translate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,7 @@
"name": "@nodevu/translate",
"version": "0.0.1",
"description": "a translation layer between the nodevu naming mechanism and the Node.js supported mechanism. Neceessary for legacy interop.",
"keywords": [
"nodevu",
"node",
"nodejs",
"versions",
"supported"
],
"keywords": ["nodevu", "node", "nodejs", "versions", "supported"],
"homepage": "https://github.com/cutenode/nodevu#readme",
"bugs": {
"url": "https://github.com/cutenode/nodevu/issues"
Expand Down

0 comments on commit b5743bb

Please sign in to comment.