Browse Source

bump version num and clean up NPM

Ben Brittain 12 years ago
parent
commit
a404d7a6c0
1 changed files with 3 additions and 3 deletions
  1. 3 3
      package.json

+ 3 - 3
package.json

@@ -1,12 +1,12 @@
 {
   "name": "MultiWebRTC",
   "description": "Example of multi user webrtc",
-  "version": "0.0.1-47",
+  "version": "0.0.2-1",
   "engines": {
     "node": ">= 0.6.0"
   },
   "dependencies": {
-    "webrtc.io": "0.0.0",
+    "webrtc.io": "latest",
     "express": "2.5.1",
     "ws": "latest"
   },
@@ -29,4 +29,4 @@
       "email": "david.a.peter@gmail.com"
     }
   ]
-}
+}