Skip to content

Commit 45865cd

Browse files
committed
add license field in package.json
1 parent 8e7f5d5 commit 45865cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "@coderosh/image-size",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Get height and width of image in node and browser",
55
"main": "dist/index.js",
66
"browser": "dist/browser.js",
77
"type": "module",
8+
"license": "MIT",
89
"files": [
910
"dist"
1011
],

0 commit comments

Comments
 (0)