Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
update(build): replaces url with origin for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Messerle committed Jun 30, 2015
1 parent 0ec6f16 commit ee60441
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
"through2": "^0.6.3"
},
"scripts": {
"prom": "git pull --rebase https://github.com/angular/material.git master",
"prom": "git pull --rebase origin master",
"current-branch": "git rev-parse --abbrev-ref HEAD",
"merge-base": "git merge-base $(npm run -s current-branch) https://github.com/angular/material.git/master",
"merge-base": "git merge-base $(npm run -s current-branch) origin/master",
"squash": "git rebase -i $(npm run -s merge-base)"
}
}

0 comments on commit ee60441

Please sign in to comment.