Skip to content

Commit 8d63895

Browse files
committed
Remove .npmignore and use "files" section in package.json instead
1 parent d1db1d7 commit 8d63895

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

.npmignore

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

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
"url": "https://github.com/hudochenkov/postcss-sorting/issues"
1717
},
1818
"homepage": "https://github.com/hudochenkov/postcss-sorting",
19+
"files": [
20+
"configs",
21+
"index.js"
22+
],
1923
"dependencies": {
2024
"postcss": "^5.0.16"
2125
},

0 commit comments

Comments
 (0)