Skip to content

Commit

Permalink
[release] update package
Browse files Browse the repository at this point in the history
  • Loading branch information
fixedset committed Apr 15, 2012
1 parent 3eb93d9 commit 8ec3de8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
@@ -1,10 +1,11 @@
{
"author": "J. Jordan <jordan@styosis.com>",
"author": "James Jordan <jordan@styosis.com>",
"name": "open",
"description": "open a file or uri with the users preferred application",
"version": "0.0.0",
"version": "0.0.1",
"repository": {
"url": ""
"type": "git",
"url": "git://github.com/fixedset/open.js.git"
},
"main": "lib/open.js",
"scripts": {
Expand All @@ -16,6 +17,6 @@
},
"optionalDependencies": {},
"engines": {
"node": "*"
"node": ">= 0.4.0"
}
}

0 comments on commit 8ec3de8

Please sign in to comment.