Changed builds to not require a local webserver
Changes:
- Updated dependencies.
- Changed the builds so that the dist uses
index.html
from 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
global
to only be accessed viawindow.nw.global
to be consistent withwindow.nw.require
andwindow.nw.process
. So if you usedwindow.nw_global
, you'll need to change that.
Diff since last release: