@makano/rew 1.2.63 → 1.2.64

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -263,12 +263,12 @@ module.exports = {
263
263
  }
264
264
  }
265
265
  }
266
- if (c.install.file) {
267
- this.runFileWithArgv(path.join(installPath, c.exec[c.install.file] || c.install.file), {}, []);
268
- }
269
266
  if (c.install.requirements) {
270
267
  this.installReq(c, opts);
271
268
  }
269
+ if (c.install.file) {
270
+ this.runFileWithArgv(path.join(installPath, c.exec[c.install.file] || c.install.file), {}, [installPath]);
271
+ }
272
272
  if (c.install.exec) {
273
273
  // this.installReq(c);
274
274
  if(conf({}).create('').get('executables') == false){
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@makano/rew",
3
- "version": "1.2.63",
3
+ "version": "1.2.64",
4
4
  "description": "A simple coffescript runtime and app manager",
5
5
  "main": "main.js",
6
6
  "directories": {