Skip to content

Commit 9dc4eed

Browse files
Merge pull request #52 from tryretool/bb/add-license-package
Declare a license to package json
2 parents 379930b + f534cd7 commit 9dc4eed

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
"type": "git",
77
"url": "[email protected]:tryretool/react-retool.git"
88
},
9+
"licenses": [
10+
{
11+
"type": "MIT",
12+
"url": "https://github.com/tryretool/react-retool/blob/main/LICENSE"
13+
}
14+
],
915
"keywords": [
1016
"react",
1117
"react-component",

0 commit comments

Comments
 (0)