diff --git a/package.json b/package.json index f42ed6a..e1e9a03 100644 --- a/package.json +++ b/package.json @@ -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" } }