Skip to content

Commit 737e06e

Browse files
committed
Change .npmignore
1 parent bce9e2d commit 737e06e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.npmignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ npm-debug.log
55

66
test/
77
.travis.yml
8+
.editorconfig
9+
.eslintrc
10+
*.sublime-*
11+
dev/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-sorting",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "PostCSS plugin to sort rules content with specified order.",
55
"keywords": [
66
"postcss",

0 commit comments

Comments
 (0)