Skip to content

Commit 0c2d4b0

Browse files
authored
Merge pull request #2 from dylanscott/dylanscott/license
specify license in package.json
2 parents 0737624 + 575215a commit 0c2d4b0

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
"description": "kinda like JSON.stringify, but for generating JSON that is meant for JS objects",
55
"author": "Dan Lynch <[email protected]>",
66
"homepage": "https://github.com/pyramation/strfy-js#readme",
7-
"license": "SEE LICENSE IN LICENSE",
7+
"license": "MIT",
88
"main": "main/index.js",
99
"module": "module/index.js",
1010
"typings": "types/index.d.ts",

0 commit comments

Comments
 (0)