Skip to content

Commit

Permalink
Add jshintignore and circle.yml to npmignore, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
schneidmaster committed Jan 9, 2017
1 parent ff5cf83 commit 00dca11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
coverage
test
test
.jshintignore
circle.yml
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sitemap-webpack-plugin",
"version": "0.2.1",
"version": "0.2.2",
"description": "Webpack plugin to generate a sitemap.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 00dca11

Please sign in to comment.