]> git.pld-linux.org Git - packages/npm.git/blame - cmd-shim-optional.patch
- release 2 (by relup.sh)
[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
beb05bfe
ER
12--- npm-1.4.22/package.json~ 2014-07-31 20:24:36.000000000 +0300
13+++ npm-1.4.22/package.json 2016-01-10 01:14:20.995429555 +0200
f66bc9b6 14@@ -41,7 +41,6 @@
1eaa7bbb 15 "child-process-close": "~0.1.1",
b5e89f30 16 "chmodr": "~0.1.0",
1eaa7bbb 17 "chownr": "0",
beb05bfe 18- "cmd-shim": "~1.1.2",
a44dcfdd
ER
19 "columnify": "~1.1.0",
20 "editor": "~0.1.0",
beb05bfe 21 "fstream": "~0.1.29",
This page took 0.061493 seconds and 4 git commands to generate.