Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Jun 11, 2014
1 parent 1d656d0 commit a748e59
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,16 @@
"author": "Felix Geisendörfer <[email protected]> (http://debuggable.com/)",
"name": "sandboxed-module",
"description": "A sandboxed Node.js module loader that lets you inject dependencies into your modules.",
"keywords": ["require", "mocking", "mocks", "stubs", "dependency injection", "testing"],
"keywords": [
"require",
"mocking",
"mocks",
"stubs",
"dependency injection",
"testing"
],
"license": "MIT",
"version": "0.3.0",
"version": "1.0.0",
"homepage": "https://github.com/felixge/node-sandboxed-module",
"repository": {
"type": "git",
Expand Down

0 comments on commit a748e59

Please sign in to comment.