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

Commit 2698f1e

Browse files
committed
chore: fix package.json details
Fix license and author information
1 parent 7a5c801 commit 2698f1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "rctf",
33
"version": "0.0.0",
4-
"license": "MIT",
4+
"license": "BSD-3-Clause",
55
"private": true,
66
"scripts": {
77
"lint": "sh -c \"tsc --noEmit ; eslint .\"",
@@ -115,7 +115,7 @@
115115
"type": "git",
116116
"url": "git+https://github.com/redpwn/rctf.git"
117117
},
118-
"author": "",
118+
"author": "redpwn <[email protected]>",
119119
"bugs": {
120120
"url": "https://github.com/redpwn/rctf/issues"
121121
},

0 commit comments

Comments
 (0)