fix: add files to package.json
This commit is contained in:
parent
9f090fb1a9
commit
486314de6b
|
@ -51,5 +51,10 @@
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
}
|
},
|
||||||
|
"files": [
|
||||||
|
"lib",
|
||||||
|
"templates",
|
||||||
|
"configs"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue