Merge branch 'master' into origin/compileRenaming
Showing
.gitmodules
0 → 100644
.travis.yml
deleted
100644 → 0
gulpfile.js
0 → 100644
{ | ||
"devDependencies": { | ||
"lerna": "^2.10.2" | ||
}, | ||
"scripts": { | ||
"bootstrap": "lerna bootstrap", | ||
"publish": "lerna publish" | ||
} | ||
"version": "0.1.2", | ||
"devDependencies": { | ||
"gulp": "^3.9.1", | ||
"lerna": "^2.10.2" | ||
}, | ||
"scripts": { | ||
"diff": "lerna diff", | ||
"updated": "lerna updated", | ||
"bootstrap": "lerna bootstrap", | ||
"publish": "lerna publish", | ||
"release": "lerna bootstrap; lerna publish;", | ||
"tag": "gulp; gulp publishTag;" | ||
} | ||
} |
release-process.md
0 → 100644
Please
register
or
sign in
to comment