remote5-gui 0.1.4 → 0.1.5

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/index_lang.js ADDED
@@ -0,0 +1,3 @@
1
+ 'use strict';
2
+
3
+ module.exports = require('./lib/wlang-0.1.6.js');
package/index_style.js ADDED
@@ -0,0 +1,3 @@
1
+ 'use strict';
2
+
3
+ module.exports = require('./lib/wstyle-0.4.2.js');
@@ -297,8 +297,10 @@
297
297
  var R5;
298
298
  if ( typeof exports != 'undefined' )
299
299
  R5 = exports;
300
- else
300
+ else {
301
301
  R5 = window.R5 ? window.R5 : (window.R5={});
302
+ window.addEventListener("load", function(){ R5.setScreenDensity() });
303
+ }
302
304
 
303
305
  R5.wStyle = wStyle;
304
306
  R5.wStyle.styles = [];
@@ -307,5 +309,4 @@
307
309
  R5.screenDensity = 1;
308
310
  R5.setScreenDensity = setScreenDensity;
309
311
 
310
- window.addEventListener("load", function(){ R5.setScreenDensity() });
311
312
  })();
package/package.json CHANGED
@@ -1,11 +1,13 @@
1
1
  {
2
2
  "name": "remote5-gui",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Remote5 GUI package.",
5
5
  "main": "./index.js",
6
6
  "license": "MIT",
7
7
  "files": [
8
8
  "index.js",
9
+ "index_lang.js",
10
+ "index_style.js",
9
11
  "lib/"
10
12
  ],
11
13
  "exports": {