Skip to content

Commit

Permalink
migrate deprecated release.json options
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpenner committed Feb 13, 2016
1 parent 83b3dd5 commit 1faac21
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .release.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@
"tagName": "%s",
"tagAnnotation": "Release %s",
"buildCommand": "npm run-script build-all",
"distRepo": "[email protected]:components/rsvp.js.git",
"distStageDir": "tmp/stage",
"distBase": "dist",
"distFiles": ["**/*", "../package.json", "../bower.json"],
"publish": false
"dist": {
"repo": "[email protected]:components/rsvp.js.git",
"stageDir": "tmp/stage",
"base": "dist",
"files": ["**/*", "../package.json", "../bower.json"]
},
"npm": {
"publish": false
}
}

0 comments on commit 1faac21

Please sign in to comment.