Skip to content

Commit

Permalink
clean 4e58ea3
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Apr 10, 2017
1 parent 4e58ea3 commit 90cfae4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@
"our:release:check:dirty": "git diff --exit-code",
"our:release:tag": "export MESSAGE=$(cat ./HISTORY.md | sed -n \"/## v$npm_package_version/,/##/p\" | sed 's/## //' | awk 'NR>1{print buf}{buf = $0}') && test \"$MESSAGE\" || (echo 'proper changelog entry not found' && exit -1) && git tag v$npm_package_version -am \"$MESSAGE\"",
"our:release:push": "git push origin master && git push origin --tags",
"test": "node --harmony es5/test.js --joe-reporter=console",
"our:meta:yudoc": "yuidoc -o ./docs --syntaxtype coffee -e .coffee ./source"
"test": "node --harmony es5/test.js --joe-reporter=console"
}
}

0 comments on commit 90cfae4

Please sign in to comment.