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