We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbab326 commit 304538dCopy full SHA for 304538d
package.json
@@ -4,7 +4,8 @@
4
"description": "Seamless integration between Rollup and PostCSS",
5
"main": "dist/index.js",
6
"files": [
7
- "dist"
+ "dist",
8
+ "types/index.d.ts"
9
],
10
"scripts": {
11
"test": "npm run lint && jest",
0 commit comments