Commit 1bce18c9 authored by Calvin Metcalf's avatar Calvin Metcalf
Browse files

no hard coded origin

parent 94dcf56f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ git add bower.json
git add component.json
git commit -m build
git tag $1
git push origin $version
git push git@github.com:proj4js/proj4js.git $version
npm publish
jam publish
git checkout master