Skip to content

Commit e6f859f

Browse files
committed
Add Typescript definitions file to whitelisted files for publish
1 parent 10f0adb commit e6f859f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
"API.md",
2929
"CHANGELOG.md",
3030
"LICENSE-MIT",
31-
"dist"
31+
"dist",
32+
"postcss-selector-parser.d.ts"
3233
],
3334
"scripts": {
3435
"pretest": "eslint src",

0 commit comments

Comments
 (0)