Skip to content

Commit 304538d

Browse files
fix: Add types file to package.json files (#297)
1 parent cbab326 commit 304538d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "Seamless integration between Rollup and PostCSS",
55
"main": "dist/index.js",
66
"files": [
7-
"dist"
7+
"dist",
8+
"types/index.d.ts"
89
],
910
"scripts": {
1011
"test": "npm run lint && jest",

0 commit comments

Comments
 (0)