Skip to content

Commit

Permalink
Fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jun 3, 2015
1 parent e59d0ab commit 8847f54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ mdast-toc.js
mdast-toc.min.js
bower.json
component.json
History.md
history.md
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"bundle": "browserify index.js --no-builtins -s mdastTOC > mdast-toc.js",
"postbundle": "esmangle mdast-toc.js > mdast-toc.min.js",
"build-md": "mdast . --output",
"build-history": "mdast History.md --no-ignore --setting setext --output",
"build-history": "mdast history.md --no-ignore --setting setext --output",
"build": "npm run bundle && npm run build-md && npm run build-history",
"prepublish": "npm run build"
}
Expand Down

0 comments on commit 8847f54

Please sign in to comment.