Skip to content

Commit

Permalink
chore: update + bump earliest and ranges (#75)
Browse files Browse the repository at this point in the history
Signed-off-by: Tierney Cyren <[email protected]>
  • Loading branch information
bnb authored Nov 7, 2024
1 parent b34b4d3 commit b7060b8
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 40 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
6 changes: 3 additions & 3 deletions earliest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nodevu/earliest",
"version": "0.0.3",
"version": "0.1.0",
"description": "a module that returns the earliest lts or security release of the release line passed.",
"main": "index.js",
"files": ["index.js", "LICENSE"],
Expand All @@ -24,10 +24,10 @@
},
"homepage": "https://github.com/cutenode/nodevu#readme",
"dependencies": {
"@nodevu/core": "^0.0.4"
"@nodevu/core": "^0.3.0"
},
"devDependencies": {
"@biomejs/biome": "1.6.1",
"@biomejs/biome": "1.9.4",
"c8": "^10.1.2"
}
}
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
9 changes: 3 additions & 6 deletions ranges/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
{
"name": "@nodevu/ranges",
"version": "0.1.0",
"version": "0.2.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 All @@ -27,7 +24,7 @@
"homepage": "https://github.com/cutenode/nodevu#readme",
"dependencies": {
"@nodevu/aliases": "^0.0.2",
"@nodevu/core": "^0.2.0"
"@nodevu/core": "^0.3.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
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 b7060b8

Please sign in to comment.