hytopia 0.1.41 → 0.1.42

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.
Files changed (2) hide show
  1. package/bin/scripts.js +1 -1
  2. package/package.json +1 -1
package/bin/scripts.js CHANGED
@@ -57,7 +57,7 @@ const path = require('path');
57
57
 
58
58
  // Copy assets into project, not overwriting existing files
59
59
  fs.cpSync(
60
- path.join(__dirname, 'node_modules', '@hytopia.com', 'assets'),
60
+ path.join(destDir, 'node_modules', '@hytopia.com', 'assets'),
61
61
  path.join(destDir, 'assets'),
62
62
  { recursive: true, force: false }
63
63
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hytopia",
3
- "version": "0.1.41",
3
+ "version": "0.1.42",
4
4
  "description": "The HYTOPIA SDK makes it easy for developers to create massively multiplayer games using JavaScript or TypeScript.",
5
5
  "main": "server.js",
6
6
  "bin": {