]> git.pld-linux.org Git - packages/npm.git/blame - cmd-shim-optional.patch
up to 1.4.10
[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
1eaa7bbb
ER
12--- npm-1.4.5/package.json~ 2014-03-19 02:21:59.000000000 +0200
13+++ npm-1.4.5/package.json 2016-01-08 15:07:20.275736404 +0200
14@@ -43,7 +43,6 @@
15 "child-process-close": "~0.1.1",
b5e89f30 16 "chmodr": "~0.1.0",
1eaa7bbb 17 "chownr": "0",
b5e89f30 18- "cmd-shim": "~1.1.1",
1eaa7bbb 19 "columnify": "0.1.2",
b5e89f30 20 "editor": "0.0.5",
1eaa7bbb 21 "fstream": "~0.1.25",
This page took 0.061442 seconds and 4 git commands to generate.