We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ef64a4 commit c85c0ccCopy full SHA for c85c0cc
package.json
@@ -136,6 +136,6 @@
136
"redux-logger": "^3.0.1",
137
"redux-thunk": "^2.2.0",
138
"serve-favicon": "^2.3.2",
139
- "whs": "^2.0.0-beta.9.1"
+ "whs": "^2.0.0"
140
}
141
src/app/redux/modules/world/index.ts
@@ -1,5 +1,5 @@
1
import { IWorld, IWorldAction } from 'models/world';
2
-import * as WHS from 'whs/build/whitestorm';
+import * as WHS from 'whs/build/whs';
3
import * as THREE from 'three';
4
5
/** Action Types */
0 commit comments