volebo.net development
Process is the following
git tag ...Here is a checklist:
.npmignore (see npmignore for details).env.npmrcnode_repl_history.travis.yml:
.npmrctravis encrypt 6xxxxxxx-axxx-xxxa-xxxx-xxxxxxxxxxxb -r volebo/express-mw-lang
deploy:
provider: npm
api_key:
secure: Ivf1sGIwxxxxxxxxxxxxxxx....3an=
email:
secure: TXbFHByxxxxxxxxxxxxxxx.....bd0=
on:
tags: true
node_js: 6
repo: volebo/express-mw-lang
.npmignore should be checked for:
.env or gulpfile ) are not publishedRemember - published NPM package is not for changing, it is just a dependency for other packages. If you want to modify the package - welcome to github;)
for NPM > 5.5.1