From 90cfae42fafb3a4dbb6e0095d2b5de6a08f66a67 Mon Sep 17 00:00:00 2001 From: Benjamin Lupton Date: Mon, 10 Apr 2017 08:30:56 +0800 Subject: [PATCH] clean 4e58ea3 --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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" } }