]> zoso.dev Git - buffer.git/commitdiff
Bump version to 0.0.2
authorRomain Beauxis <toots@rastageeks.org>
Sun, 15 Jul 2012 23:15:24 +0000 (18:15 -0500)
committerRomain Beauxis <toots@rastageeks.org>
Sun, 15 Jul 2012 23:15:24 +0000 (18:15 -0500)
package.json

index ce7479def2e7ce219dc6c7ac282831c25ea5810d..fcffd61cd905306d5830b7baa897e763f98cbd18 100644 (file)
@@ -1,6 +1,6 @@
 {
     "name" : "buffer-browserify",
-    "version" : "0.0.1",
+    "version" : "0.0.2",
     "description" : "buffer module compatibility for browserify",
     "main" : "index.js",
     "browserify" : "index.js",
@@ -32,5 +32,5 @@
         "test" : "node node_modules/tap/bin/tap.js test/*.js"
     },
     "license" : "MIT/X11",
-    "engine" : { "node" : ">=0.4" }
+    "engine" : { "node" : ">=0.6" }
 }