pinokiod 7.1.46 → 7.1.48

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.
@@ -4,7 +4,7 @@ const semver = require('semver')
4
4
 
5
5
  class Bluefairy {
6
6
  description = "Installs Bluefairy, a standalone package freshness guard."
7
- version = ">=0.0.26"
7
+ version = ">=0.0.27"
8
8
 
9
9
  packageName() {
10
10
  return "bluefairy"
@@ -106,6 +106,7 @@ class Bluefairy {
106
106
  }
107
107
  }
108
108
  await this.kernel.exec({
109
+ env: this.env(),
109
110
  message: `npm install -g "${spec}" --force`,
110
111
  }, ondata)
111
112
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pinokiod",
3
- "version": "7.1.46",
3
+ "version": "7.1.48",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {