Skip to content

Commit

Permalink
fix/package: fix types path in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
xpadev-net committed Sep 17, 2022
1 parent bd52dce commit 1e9088a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.2.25",
"description": "NiconiComments is a comment drawing library that is somewhat compatible with the official Nico Nico Douga player.",
"main": "dist/bundle.js",
"types": "dist/dts/types.d.ts",
"types": "dist/bundle.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c rollup.config.js",
Expand Down

0 comments on commit 1e9088a

Please sign in to comment.