Skip to content

Commit 0330dbb

Browse files
committed
2.0.0
1 parent 695fe2f commit 0330dbb

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-build-update-defs",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"private": true,
55
"description": "Scrape build definitions from nodejs.org",
66
"homepage": "https://github.com/nodenv/node-build-update-defs#readme",
@@ -15,7 +15,10 @@
1515
},
1616
"directories": {
1717
"bin": "bin",
18-
"lib": [ "lib", "libexec" ],
18+
"lib": [
19+
"lib",
20+
"libexec"
21+
],
1922
"test": "test"
2023
},
2124
"scripts": {

0 commit comments

Comments
 (0)