Fix files in package.json
This commit is contained in:
parent
2c9e6c70db
commit
c4fc587ab0
1 changed files with 3 additions and 3 deletions
|
|
@ -22,9 +22,9 @@
|
||||||
"prepublish": "npm run build"
|
"prepublish": "npm run build"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"index.js",
|
"dist/src/index.js",
|
||||||
"index.d.ts",
|
"dist/src/index.d.ts",
|
||||||
"index.js.map"
|
"dist/src/index.js.map"
|
||||||
],
|
],
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"type",
|
"type",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue