Skip to content

Commit 62ae745

Browse files
committedNov 5, 2014
THREE wasn't being exported
1 parent 8719e8e commit 62ae745

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed
 

‎.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -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

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @author mrdoob / http://mrdoob.com/
55
*/
66

7-
var THREE = { REVISION: '69' };
7+
THREE = { REVISION: '69' };
88

99
// browserify support
1010

‎package.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package.describe({
22
summary: "Three.js core library + several useful extensions from the examples folder.",
3-
version: "0.69.0",
3+
version: "0.69.1",
44
name: "limemakers:three",
55
git: "https://github.com/limemakers/meteor-three.git",
66
});

0 commit comments

Comments
 (0)
Please sign in to comment.