Skip to content

Commit

Permalink
re-added postversion
Browse files Browse the repository at this point in the history
  • Loading branch information
ferronrsmith committed Sep 21, 2017
1 parent a9cd7e4 commit f14b245
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset='utf-8' />
<title>bodybuilder 2.2.5 | Documentation</title>
<title>bodybuilder 2.2.6 | Documentation</title>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<link href='assets/bass.css' type='text/css' rel='stylesheet' />
<link href='assets/style.css' type='text/css' rel='stylesheet' />
Expand All @@ -14,7 +14,7 @@
<div id='split-left' class='overflow-auto fs0 height-viewport-100'>
<div class='py1 px2'>
<h3 class='mb0 no-anchor'>bodybuilder</h3>
<div class='mb1'><code>2.2.5</code></div>
<div class='mb1'><code>2.2.6</code></div>
<input
placeholder='Filter'
id='filter-input'
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"watch:test": "tape-watch test/* -r babel-register -p tap-spec",
"check": "npm run lint && npm test",
"preversion": "npm run check && npm run build && npm run git-commit",
"postversion": "npm run git-push",
"git-commit": "git add docs browser && git commit -m \"Commit built files\"",
"git-push": "git push origin master && git push origin v$npm_package_version",
"add": "all-contributors add",
Expand Down

0 comments on commit f14b245

Please sign in to comment.