diff --git a/.gitignore b/.gitignore index 603a77f..314530c 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,7 @@ npm-debug.log # coverage directory and config coverage/ -.coveralls.yml \ No newline at end of file +.coveralls.yml + +# npm publish +.publishrc \ No newline at end of file diff --git a/.npmignore b/.npmignore index 1ca9571..4924797 100644 --- a/.npmignore +++ b/.npmignore @@ -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 \ No newline at end of file diff --git a/package.json b/package.json index 9975503..559eee7 100644 --- a/package.json +++ b/package.json @@ -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": {