Skip to content

Commit 7de1898

Browse files
committed
feat: add MIT license in package.json
1 parent 5cddbf2 commit 7de1898

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
@@ -3,6 +3,7 @@
33
"type": "module",
44
"version": "1.8.0",
55
"description": "template component for vue-demi, can dev and build",
6+
"license": "MIT",
67
"exports": {
78
".": {
89
"types": "./types/index.d.ts",
@@ -14,7 +15,6 @@
1415
"module": "dist/index.es.js",
1516
"types": "./types/index.d.ts",
1617
"files": [
17-
"LICENSE",
1818
"dist",
1919
"scripts",
2020
"src",

0 commit comments

Comments
 (0)