We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8719e8e commit 62ae745Copy full SHA for 62ae745
.travis.yml
@@ -0,0 +1,5 @@
1
+language: node_js
2
+node_js:
3
+- "0.10"
4
+before_install:
5
+- "curl -L http://git.io/ejPSng | /bin/sh"
lib/three.js
@@ -4,7 +4,7 @@
* @author mrdoob / http://mrdoob.com/
*/
6
7
-var THREE = { REVISION: '69' };
+THREE = { REVISION: '69' };
8
9
// browserify support
10
package.js
@@ -1,6 +1,6 @@
Package.describe({
summary: "Three.js core library + several useful extensions from the examples folder.",
- version: "0.69.0",
+ version: "0.69.1",
name: "limemakers:three",
git: "https://github.com/limemakers/meteor-three.git",
});
0 commit comments