Skip to content

Commit 004029e

Browse files
Recompiled
1 parent ca5c378 commit 004029e

File tree

8 files changed

+4
-4
lines changed

8 files changed

+4
-4
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

lib/modules/SendMessage.js renamed to library/modules/SendMessage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
55
});
66
exports.SendMessage = SendMessage;
77

8-
var _Unity = require('./Unity');
8+
var _Unity = require('../components/Unity');
99

1010
/**
1111
* Sends a message to the Unity content. This works the same
File renamed without changes.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "react-unity-webgl",
3-
"version": "6.2.2",
3+
"version": "6.2.3",
44
"description": "A Unity WebGL component for your React application",
55
"main": "library/index.js",
66
"types": "source/types.d.ts",
77
"scripts": {
8-
"compile": "babel --presets react source --out-dir lib"
8+
"compile": "babel --presets react source --out-dir library"
99
},
1010
"repository": {
1111
"type": "git",

source/modules/SendMessage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { UnityInstance } from './Unity'
1+
import { UnityInstance } from '../components/Unity'
22

33
/**
44
* Sends a message to the Unity content. This works the same

0 commit comments

Comments
 (0)