Skip to content

Commit

Permalink
version 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
felixge committed Jun 26, 2011
1 parent cc85140 commit dff04e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"author": "Felix Geisendörfer <felix@debuggable.com> (http://debuggable.com/)", "author": "Felix Geisendörfer <felix@debuggable.com> (http://debuggable.com/)",
"name": "sandboxed-module", "name": "sandboxed-module",
"description": "A sandboxed node.js module loader that lets you inject dependencies into your modules.", "description": "A sandboxed node.js module loader that lets you inject dependencies into your modules.",
"version": "0.0.0", "version": "0.0.1",
"homepage": "https://github.com/felixge/node-sandboxed-module", "homepage": "https://github.com/felixge/node-sandboxed-module",
"repository": { "repository": {
"type": "git", "type": "git",
Expand All @@ -19,4 +19,4 @@
"devDependencies": { "devDependencies": {
"far": "0.0.3" "far": "0.0.3"
} }
} }

0 comments on commit dff04e7

Please sign in to comment.