Browse Source

Fix package.json to make 'npm install' work.

Jeong Yong-uk 11 years ago
parent
commit
af763d7aaf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/build/package.json

+ 1 - 1
utils/build/package.json

@@ -1,7 +1,7 @@
 {
     "name": "three.js",
     "description": "JavaScript 3D library",
-    "version": "50dev",
+    "version": "0.0.0",
     "homepage" : "http://threejs.org/",
     "author": "three.js contributors",
     "help": {