From d4f5f7418c55340802794cd56ae9622ef265fef7 Mon Sep 17 00:00:00 2001 From: Kevin Phillips Date: Thu, 22 Jun 2017 21:34:21 -0500 Subject: [PATCH] fixing postversion script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 87eaac8..f7b6d5f 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "scripts": { "preversion": "npm test && npm run build", "version": "git commit -am \"Update dist for release\" && git checkout -b release && git add -f dist/", - "postversion": "git push --tags && git checkout can-reflect && git branch -D release && git push", + "postversion": "git push --tags && git checkout master && git branch -D release && git push", "testee": "testee test.html --browsers firefox", "test": " npm run jshint && npm run testee", "jshint": "jshint *.js --config",