Skip to content

Commit

Permalink
docs: ignore bin folder
Browse files Browse the repository at this point in the history
  • Loading branch information
boennemann committed Jun 22, 2015
1 parent acf80b7 commit 2e5ba4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -47,7 +47,7 @@
"scripts": {
"build": "browserify index.js > dist/pouchdb-hoodie-api.js",
"deploydocs": "gh-pages-deploy",
"docs": "doxx --source ./ --target docs/build --template docs/template.jade --ignore coverage,dist,helpers,node_modules,tests,utils,index.js",
"docs": "doxx --source ./ --target docs/build --template docs/template.jade --ignore coverage,bin,dist,helpers,node_modules,tests,utils,index.js",
"postbuild": "uglifyjs dist/pouchdb-hoodie-api.js -mc > dist/pouchdb-hoodie-api.min.js",
"postpublish": "semantic-release post",
"prebuild": "rimraf dist && mkdirp dist",
Expand Down

0 comments on commit 2e5ba4e

Please sign in to comment.