Comparing version 0.0.2 to 0.0.3
@@ -201,3 +201,4 @@ #!/usr/bin/env node | ||
var indexFilePath = PATH_MODULE.resolve(moduleAndVer, './index.js'); | ||
FS_MODULE.copyFileSync('./tmp.index.js', indexFilePath); | ||
var tmpIndexPath = PATH_MODULE.resolve(__dirname, './tmp.index.js'); | ||
FS_MODULE.copyFileSync(tmpIndexPath, indexFilePath); | ||
return moduleAndVer; | ||
@@ -204,0 +205,0 @@ } |
{ | ||
"name": "npmvi", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "\"Node.JS Package Multiple Version Installer\" A command tool, which allows you to install multiple versions for the same package in a project.", | ||
@@ -5,0 +5,0 @@ "dependencies": {}, |
10412
227