nw-builder 3.8.2-beta.0 → 3.8.2-beta.3

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.
@@ -133,7 +133,6 @@ module.exports = {
133
133
  files.forEach(function (file) {
134
134
  fs.chmodSync(path.join(destination, file.path), file.mode);
135
135
  });
136
-
137
136
  resolve({ files, destination });
138
137
  });
139
138
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nw-builder",
3
- "version": "3.8.2-beta.0",
3
+ "version": "3.8.2-beta.3",
4
4
  "description": "Build NW.js desktop applications for Mac, Windows and Linux.",
5
5
  "keywords": [
6
6
  "NW.js",