Skip to content

Commit

Permalink
update for node v0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Pacheco committed Dec 14, 2011
1 parent 0ab1b39 commit 73adc11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
@@ -1,11 +1,11 @@
{
"name": "kstat",
"version": "0.0.1",
"version": "0.0.2",
"description": "Solaris libkstat bindings",
"homepage": "https://github.com/bcantrill/node-kstat",
"author": "Joyent (joyent.com)",
"engines": { "node": "*" },
"main": "build/default/kstat",
"engines": { "node": ">=0.6" },
"main": "build/Release/kstat",
"scripts": {
"install": "node-waf configure build"
}
Expand Down

0 comments on commit 73adc11

Please sign in to comment.