Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rewire.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ewald <mail@johannesewald.de>2013-02-23 20:02:57 +0400
committerJohannes Ewald <mail@johannesewald.de>2013-02-23 20:02:57 +0400
commit6d84a780db61a2b80c20d53adddc9887c2300874 (patch)
tree4b8bb6f7e1072ec7220fe797aff97ffb4257e115 /package.json
parent826b6190dae0901a89157e3eeba4e689a84f0d4a (diff)
- version bump to 1.1.0v1.1.0
- updated README and package.json - removed Makefile: Use npm test instead - added node 0.9 to travis
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 5 insertions, 4 deletions
diff --git a/package.json b/package.json
index 3336fed..52bded3 100644
--- a/package.json
+++ b/package.json
@@ -1,11 +1,13 @@
{
"name" : "rewire",
- "version" : "1.0.4",
+ "version" : "1.1.0",
"description" : "Dependency injection for node.js applications",
"keywords" : [
"dependency",
"injection",
"mock",
+ "shim",
+ "module",
"unit",
"test",
"leak",
@@ -13,8 +15,7 @@
],
"author" : {
"name" : "Johannes Ewald",
- "email" : "mail@johannesewald.de",
- "web" : "http://johannesewald.de"
+ "email" : "mail@johannesewald.de"
},
"main" : "lib/index.js",
"homepage": "https://github.com/jhnns/rewire",
@@ -27,7 +28,7 @@
"url": "git://github.com/jhnns/rewire.git"
},
"engines" : {
- "node" : "<0.9.x"
+ "node" : "<0.10.x"
},
"devDependencies": {
"mocha": "1.x",