Skip to content

Commit

Permalink
Cleanup .npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinkace committed Sep 10, 2016
1 parent 58922b1 commit 55e1c18
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ npm-debug.log

# coverage directory and config
coverage/
.coveralls.yml
.coveralls.yml

# npm publish
.publishrc
20 changes: 20 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,22 @@
# logs
node_modules/
npm-debug.log

# coverage directory and config
coverage/
.coveralls.yml

# npm publish
.publishrc

# tests
test/

# gitignore
.gitignore

#eslint
.eslintrc

# travis
.travis.yml
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "posthtml-pseudo",
"description": "Adds pseudo class names to elements.",
"version": "0.4.1",
"version": "0.4.2",
"author": "Kevin A. Cameron",
"bugs": "https://github.com/kevinkace/posthtml-pseudo/issues",
"dependencies": {
Expand Down

0 comments on commit 55e1c18

Please sign in to comment.