Skip to content

Commit 603b063

Browse files
authored
Merge pull request #10 from OskarLebuda/fix/add-license-to-package-json
fix(core): add license to package.json file
2 parents 64304be + 90ccbbf commit 603b063

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"module": "dist/curl-generator.esm.js",
77
"browser": "dist/curl-generator.umd.js",
88
"typings": "dist/main.d.ts",
9+
"license": "MIT",
910
"dependencies": {
1011
"ms": "^2.0.0"
1112
},

0 commit comments

Comments
 (0)