Compare commits

...

2 Commits

Author SHA1 Message Date
172b9f9b3f 2.3.34 2016-12-11 16:20:33 +01:00
9eb3d1d06a fix README 2016-12-11 16:20:29 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -71,7 +71,7 @@ To configure npmci create a `npmextra.json` file at the root of your project
```json ```json
{ {
"npmci": { "npmci": {
globalNpmTools: [ "globalNpmTools": [
"npm-check-updates", "npm-check-updates",
"protractor", "protractor",
"npmts", "npmts",

View File

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