Skip to content

Commit 10a9a41

Browse files
committed
Fix package.json license field formatting
Update license field from 'MIT AND OFL-1.1' to 'MIT' per linter formatting.
1 parent bda154f commit 10a9a41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"description": "CLI for Socket.dev",
66
"homepage": "https://github.com/SocketDev/socket-cli",
7-
"license": "MIT AND OFL-1.1",
7+
"license": "MIT",
88
"repository": {
99
"type": "git",
1010
"url": "git+https://github.com/SocketDev/socket-cli.git"

0 commit comments

Comments
 (0)