Compare commits

...

2 Commits

Author SHA1 Message Date
4093675a9d 2.3.33 2016-12-11 16:19:46 +01:00
53a2fb4c78 update README 2016-12-11 16:19:25 +01:00
2 changed files with 25 additions and 1 deletions

View File

@@ -63,4 +63,28 @@ npmci publish docker
npmci trigger # will look for NPMCI_TRIGGER_1 to NPMCI_TRIGGER_100 in form domain|id|token|ref|name
```
## Configuration
npmci supports the use of npmextra.
To configure npmci create a `npmextra.json` file at the root of your project
```json
{
"npmci": {
globalNpmTools: [
"npm-check-updates",
"protractor",
"npmts",
"gizone"
]
}
}
```
**Available options**
setting | example | description
--- | --- | ---
globalNpmTools | "globalNpmTools": ["gitbook"] | Will look for the specified package names locally and install them if not installed from npm.
[![npm](https://push.rocks/assets/repo-header.svg)](https://push.rocks)

View File

@@ -1,6 +1,6 @@
{
"name": "npmci",
"version": "2.3.32",
"version": "2.3.33",
"description": "",
"main": "dist/index.js",
"typings": "dist/index.d.ts",