Skip to content

Commit 55e1c18

Browse files
committed
Cleanup .npmignore
1 parent 58922b1 commit 55e1c18

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@ npm-debug.log
44

55
# coverage directory and config
66
coverage/
7-
.coveralls.yml
7+
.coveralls.yml
8+
9+
# npm publish
10+
.publishrc

.npmignore

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,22 @@
1+
# logs
12
node_modules/
23
npm-debug.log
4+
5+
# coverage directory and config
6+
coverage/
7+
.coveralls.yml
8+
9+
# npm publish
10+
.publishrc
11+
12+
# tests
13+
test/
14+
15+
# gitignore
16+
.gitignore
17+
18+
#eslint
19+
.eslintrc
20+
21+
# travis
22+
.travis.yml

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "posthtml-pseudo",
33
"description": "Adds pseudo class names to elements.",
4-
"version": "0.4.1",
4+
"version": "0.4.2",
55
"author": "Kevin A. Cameron",
66
"bugs": "https://github.com/kevinkace/posthtml-pseudo/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)