Skip to content

Commit 1cb900d

Browse files
authored
Merge pull request stylelint#29 from stylelint/whitelist-published-files
Use whitelist for published files
2 parents 6f3f310 + 80348a5 commit 1cb900d

File tree

2 files changed

+4
-27
lines changed

2 files changed

+4
-27
lines changed

.npmignore

Lines changed: 0 additions & 27 deletions
This file was deleted.

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"version": "0.36.4",
44
"description": "PostCSS syntax for parsing CSS in JS literals",
55
"repository": "stylelint/postcss-css-in-js",
6+
"main": "index.js",
7+
"files": [
8+
"*.js"
9+
],
610
"keywords": [
711
"postcss",
812
"syntax",

0 commit comments

Comments
 (0)