Compare commits

...

2 Commits

Author SHA1 Message Date
Philipp Kunz
3bb06781f9 2.0.6 2016-05-30 11:32:15 +02:00
Philipp Kunz
8970deec3f fix README 2016-05-30 11:08:21 +02:00
2 changed files with 3 additions and 3 deletions

View File

@@ -23,9 +23,9 @@ npmci install stable # will install latest stable node version and update PAth f
npmci install x.x.x # will install any specific node version. npmci install x.x.x # will install any specific node version.
# Install any node version, install dependencies and run test in cwd: # Install any node version, install dependencies and run test in cwd:
npmci test lts // will install latest lts node version and run "npm install" and "npm test". npmci test lts # will install latest lts node version and run "npm install" and "npm test".
# publish npm module # publish npm module
npmci publish // will look vor $NPMCITOKEN env var and push any module in cwd to npm npmci publish # will look vor $NPMCITOKEN env var and push any module in cwd to npm
``` ```

View File

@@ -1,6 +1,6 @@
{ {
"name": "npmci", "name": "npmci",
"version": "2.0.5", "version": "2.0.6",
"description": "", "description": "",
"main": "dist/index.js", "main": "dist/index.js",
"bin": { "bin": {