Skip to content

Commit

Permalink
Use fixed dep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
raub committed Dec 6, 2018
1 parent f52230d commit 2b11f3e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"url": "https://github.com/node-3d/3d-core-raub.git"
},
"dependencies": {
"threejs-raub": "https://github.com/node-3d/threejs-raub.git",
"image-raub": "https://github.com/node-3d/image-raub.git",
"glfw-raub": "https://github.com/node-3d/glfw-raub.git",
"webgl-raub": "https://github.com/node-3d/webgl-raub.git"
"threejs-raub": "0.99.0",
"image-raub": "2.0.0",
"glfw-raub": "2.0.0",
"webgl-raub": "1.0.0"
}
}

0 comments on commit 2b11f3e

Please sign in to comment.