Add files property to package.json
This commit is contained in:
parent
033a7b4a94
commit
969d1e2dfd
@ -1,9 +1,14 @@
|
|||||||
{
|
{
|
||||||
"name": "@hibas123/solid-pb",
|
"name": "@hibas123/solid-pb",
|
||||||
"version": "1.1.0",
|
"version": "1.1.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
|
"files": [
|
||||||
|
"tsconfig.json",
|
||||||
|
"dist/**/*",
|
||||||
|
"src/**/*"
|
||||||
|
],
|
||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
"default": "./dist/index.js"
|
"default": "./dist/index.js"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user