Skip to content

Commit

Permalink
chore(build): trigger latest npm publish on master
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrowhurstram committed Oct 12, 2016
1 parent 8bf002d commit 479aede
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 @@ -11,13 +11,13 @@
"module": "index.js",
"typings": "index.d.ts",
"release": {
"branch": "typescript",
"branch": "master",
"fallbackTags": {
"next": "latest"
}
},
"publishConfig": {
"tag": "next"
"tag": "latest"
},
"devDependencies": {
"@types/angular-mocks": "^1.5.4",
Expand Down

0 comments on commit 479aede

Please sign in to comment.