Skip to content

Commit 87be85a

Browse files
Fix package.json
1 parent a55bbe6 commit 87be85a

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@
55
"main": "index.js",
66
"type": "module",
77
"scripts": {
8-
"start": "index.js",
8+
"start": "index.js"
99
},
10-
"keywords": ["hetzner", "github"],
10+
"keywords": [
11+
"hetzner",
12+
"github"
13+
],
1114
"author": "Carlos Florêncio",
1215
"license": "MIT",
1316
"devDependencies": {},

0 commit comments

Comments
 (0)