@pnpm/self-installer
Advanced tools
Comparing version 1.18.0 to 1.18.1
{ | ||
"name": "@pnpm/self-installer", | ||
"version": "1.18.0", | ||
"version": "1.18.1", | ||
"description": "Installs and uninstalls pnpm", | ||
@@ -17,3 +17,4 @@ "author": { | ||
"bundle": "browserify --entry src/install.js --outfile install.js --ignore electron --node", | ||
"prepublishOnly": "npm run bundle" | ||
"prepublishOnly": "npm run bundle", | ||
"test": "node test" | ||
}, | ||
@@ -37,4 +38,8 @@ "repository": { | ||
"got": "^7.1.0", | ||
"is-windows": "^1.0.1", | ||
"isexe": "^2.0.0", | ||
"tape": "^4.8.0", | ||
"tempy": "^0.2.1", | ||
"unpack-stream": "^2.1.1" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
242379
7275
9