Skip to content

Commit 06a2c9f

Browse files
authored
Update license field in package.json files to reference LICENSE file (#15)
1 parent 1c77535 commit 06a2c9f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"typescript"
2222
],
2323
"author": "@github/ps-codeql",
24-
"license": "MIT",
24+
"license": "SEE LICENSE IN LICENSE",
2525
"engines": {
2626
"node": ">=25.2.1",
2727
"npm": ">=11.6.2"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"typescript"
1818
],
1919
"author": "@github/ps-codeql",
20-
"license": "MIT",
20+
"license": "SEE LICENSE IN LICENSE",
2121
"engines": {
2222
"node": ">=25.2.1",
2323
"npm": ">=11.6.2"

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"typescript"
2222
],
2323
"author": "@github/ps-codeql",
24-
"license": "MIT",
24+
"license": "SEE LICENSE IN LICENSE",
2525
"engines": {
2626
"node": ">=25.2.1",
2727
"npm": ">=11.6.2"

0 commit comments

Comments
 (0)