Skip to content

Commit

Permalink
fix: typescript error (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
zerosoul authored Dec 1, 2023
1 parent 9a8d5e6 commit 4ce22cd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,14 @@
"tslib": "^2.6.2",
"typescript": "^5.2.2"
},
"types": "./src/index.d.ts",
"main": "./src/index.js",
"files": [
"LICENSE",
"README.md",
"src",
"dist"
"dist",
"package.json"
],
"scripts": {
"build": "rollup -c",
Expand All @@ -51,4 +53,4 @@
"engines": {
"node": ">=4.0.0"
}
}
}

0 comments on commit 4ce22cd

Please sign in to comment.