chore(semantic-release): release channel latest from branch dev

This commit is contained in:
Dominik Ferber
2016-03-02 17:26:32 +01:00
parent bc3e6687ea
commit 7cc969dcd3

View File

@@ -6,6 +6,9 @@
"publishConfig": {
"tag": "next"
},
"release": {
"branch": "dev"
},
"scripts": {
"build": "babel --version && babel lib -d dist --optional runtime",
"build:w": "npm run build -- -w",
@@ -74,9 +77,6 @@
"eslintplugin",
"meteor"
],
"release": {
"branch": "master"
},
"config": {
"ghooks": {
"commit-msg": "node_modules/.bin/validate-commit-msg"