This repository was archived by the owner on Dec 5, 2022. It is now read-only.

Description
So, #378 landed and I published the module to npm:
$ npm publish
+ electron-api-demos@1.5.0
But the new CLI doesn't work because electron is currently a devDependency:
$ npx electron-api-demos
Cannot find module 'electron'
So the question is: should we move electron (and probably some other deps too) into dependencies to make this work? I wonder what effect this would have on the packaged version of the app.. 🤔
@codebytere @MarshallOfSound