Skip to content

Commit

Permalink
build(): add develop branch for publishing @next tag to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
crobinson42 committed Apr 17, 2017
1 parent 9065f4c commit e9f92a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"name": "event-sky",
"version": "0.0.0-development",
"publishConfig": {"tag": "next"},
"release": {
"debug": false,
"branch": "develop"
},
"description": "front-end event pub/sub utility",
"main": "build.js",
"scripts": {
Expand Down

0 comments on commit e9f92a7

Please sign in to comment.