@holochain/hc-spin 0.200.0 → 0.200.1

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.
package/cli/cli.js CHANGED
@@ -2,7 +2,7 @@
2
2
  const { spawn } = require('child_process');
3
3
  const path = require('path');
4
4
 
5
- const electronBinary = path.resolve(__dirname, '../node_modules/.bin/electron');
5
+ const electronBinary = path.resolve(__dirname, '../../../../node_modules/.bin/electron');
6
6
 
7
7
  const child = spawn(
8
8
  electronBinary,
package/dist/cli.js CHANGED
@@ -2,7 +2,7 @@
2
2
  const { spawn } = require('child_process');
3
3
  const path = require('path');
4
4
 
5
- const electronBinary = path.resolve(__dirname, '../node_modules/.bin/electron');
5
+ const electronBinary = path.resolve(__dirname, '../../../../node_modules/.bin/electron');
6
6
 
7
7
  const child = spawn(
8
8
  electronBinary,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@holochain/hc-spin",
3
- "version": "0.200.0",
3
+ "version": "0.200.1",
4
4
  "description": "CLI to run Holochain aps during development.",
5
5
  "author": "matthme",
6
6
  "homepage": "https://developer.holochain.org",