Skip to content

Commit c85c0cc

Browse files
committed
Updates to whs 2.0 - adjusts build file reference
1 parent 3ef64a4 commit c85c0cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,6 @@
136136
"redux-logger": "^3.0.1",
137137
"redux-thunk": "^2.2.0",
138138
"serve-favicon": "^2.3.2",
139-
"whs": "^2.0.0-beta.9.1"
139+
"whs": "^2.0.0"
140140
}
141141
}

src/app/redux/modules/world/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { IWorld, IWorldAction } from 'models/world';
2-
import * as WHS from 'whs/build/whitestorm';
2+
import * as WHS from 'whs/build/whs';
33
import * as THREE from 'three';
44

55
/** Action Types */

0 commit comments

Comments
 (0)