Commit 9e0739218f4ac77f9400f7765f1d8ff2eec82867
1 parent
cda76485f5
Exists in
master
Fix postversion script
Remove github on postversion scripts.
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
package.json
... | ... | @@ -6,7 +6,7 @@ |
6 | 6 | "scripts": { |
7 | 7 | "test": "mocha --recursive test", |
8 | 8 | "version": "auto-changelog -p && git add CHANGELOG.md", |
9 | - "postversion": "git push && git push --tags && git push github && git push github --tags" | |
9 | + "postversion": "git push && git push --tags" | |
10 | 10 | }, |
11 | 11 | "repository": { |
12 | 12 | "type": "git", |