Skip to content

Commit eb4ade7

Browse files
committed
Change form of package.json property to singular
Since there's only one license the property should be of the singular form.
1 parent 1728cb2 commit eb4ade7

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
@@ -24,7 +24,7 @@
2424
"bugs": {
2525
"url": "http://github.com/react-component/tooltip/issues"
2626
},
27-
"licenses": "MIT",
27+
"license": "MIT",
2828
"config": {
2929
"port": 8007
3030
},

0 commit comments

Comments
 (0)