npminstall
Advanced tools
Comparing version 3.25.2 to 3.26.0
3.26.0 / 2020-01-13 | ||
================== | ||
**features** | ||
* [[`b21b4ed`](http://github.com/cnpm/npminstall/commit/b21b4ed659e629d437823c8c1ebf2cc4b3536a94)] - feat: support INIT_CWD env (#322) (fengmk2 <<fengmk2@gmail.com>>) | ||
3.25.2 / 2019-12-15 | ||
@@ -3,0 +9,0 @@ ================== |
@@ -101,2 +101,5 @@ 'use strict'; | ||
// https://github.com/cnpm/cnpm/issues/317 | ||
options.env.INIT_CWD = process.cwd(); | ||
options.pendingMessages = []; | ||
@@ -103,0 +106,0 @@ |
{ | ||
"name": "npminstall", | ||
"version": "3.25.2", | ||
"version": "3.26.0", | ||
"description": "Let npm install fast and easy", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
168193
3706