]> git.pld-linux.org Git - packages/npm.git/blame - cmd-shim-optional.patch
up to 1.4.14
[packages/npm.git] / cmd-shim-optional.patch
CommitLineData
e0a4f2fd
ER
1--- npm-1.2.17/lib/build.js~ 2013-04-03 19:11:45.000000000 +0300
2+++ npm-1.2.17/lib/build.js 2013-04-04 22:37:51.277211534 +0300
3@@ -16,7 +16,7 @@
4 , readJson = require("read-package-json")
5 , link = require("./utils/link.js")
6 , linkIfExists = link.ifExists
7- , cmdShim = require("cmd-shim")
8+ , cmdShim = (process.platform === "win32") ? require("cmd-shim") : {}
9 , cmdShimIfExists = cmdShim.ifExists
10 , asyncMap = require("slide").asyncMap
11
f66bc9b6
ER
12--- npm-1.4.11/package.json~ 2014-05-23 04:06:25.000000000 +0300
13+++ npm-1.4.11/package.json 2016-01-08 17:52:01.188614298 +0200
14@@ -41,7 +41,6 @@
1eaa7bbb 15 "child-process-close": "~0.1.1",
b5e89f30 16 "chmodr": "~0.1.0",
1eaa7bbb 17 "chownr": "0",
b5e89f30 18- "cmd-shim": "~1.1.1",
f66bc9b6 19 "columnify": "~0.1.2",
b5e89f30 20 "editor": "0.0.5",
1eaa7bbb 21 "fstream": "~0.1.25",
This page took 0.087425 seconds and 4 git commands to generate.