We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73b9989 commit 800179aCopy full SHA for 800179a
1 file changed
lib/remove.js
@@ -34,7 +34,7 @@ function remove (gyp, argv, callback) {
34
}
35
36
// flatten the version Array into a String
37
- version = version.slice(1, 4).join('.')
+ version = version.version
38
39
var versionPath = path.resolve(gyp.devDir, version)
40
log.verbose('remove', 'removing development files for version:', version)
0 commit comments