Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Commit 9d43dc0

Browse files
committed
Merge branch 'master' of github.com:redpwn/rctf
2 parents 0aa0a98 + 68947ff commit 9d43dc0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"license": "MIT",
66
"private": true,
77
"scripts": {
8-
"lint": "standard"
8+
"lint": "standard",
9+
"start": "node index.js"
910
},
1011
"dependencies": {
1112
"body-parser": "^1.19.0",

0 commit comments

Comments
 (0)