Skip to content

Commit

Permalink
allow storybook to run
Browse files Browse the repository at this point in the history
  • Loading branch information
brianzinn committed Nov 19, 2020
1 parent 0446d6b commit 877ab8d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 187 deletions.
12 changes: 5 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"module": "dist/react-babylonjs.js",
"esnext": "dist/react-babylonjs.js",
"typings": "dist/react-babylonjs.d.ts",
"type": "module",
"files": [
"dist"
],
Expand Down Expand Up @@ -48,11 +47,11 @@
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babylonjs/core": "^4.2.0-rc.8",
"@babylonjs/gui": "4.2.0-rc.8",
"@babylonjs/inspector": "4.2.0-rc.8",
"@babylonjs/loaders": "4.2.0-rc.8",
"@babylonjs/procedural-textures": "4.2.0-rc.8",
"@babylonjs/core": "^4.2.0",
"@babylonjs/gui": "^4.2.0",
"@babylonjs/inspector": "^4.2.0",
"@babylonjs/loaders": "^4.2.0",
"@babylonjs/procedural-textures": "^4.2.0",
"@inlet/react-pixi": "^1.2.8",
"@rollup/plugin-json": "^4.0.2",
"@rollup/plugin-typescript": "^4.0.0",
Expand Down Expand Up @@ -83,7 +82,6 @@
"react": "^17.0.1",
"react-babylon-spring": "^1.0.2",
"react-dom": "^17.0.1",
"react-three-gui": "^0.3.1",
"rimraf": "^2.6.1",
"rollup": "^2.0.6",
"rollup-plugin-terser": "^5.3.0",
Expand Down
180 changes: 0 additions & 180 deletions stories/babylonjs/Integrations/react-three-gui.stories.js

This file was deleted.

0 comments on commit 877ab8d

Please sign in to comment.