Changed builds to not require a local webserver
Changes:
- Updated dependencies.
- Changed the builds so that the dist uses
index.htmlfrom disk instead of spinning uplocalhost. This brings the number of dependencies shipped to the user down to zero 🎉 - Added in some Manifest Comments to the
package.json - Changed the
globalto only be accessed viawindow.nw.globalto be consistent withwindow.nw.requireandwindow.nw.process. So if you usedwindow.nw_global, you'll need to change that.
Diff since last release: