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 <johannes.ewald@roomieplanet.de>2012-08-20 04:36:35 +0400
committerJohannes <johannes.ewald@roomieplanet.de>2012-08-20 04:36:35 +0400
commit3cc25aec3698c7becd463bd75524a3b2a319ecab (patch)
treecff8c03016f05a7646ed864ca7238e5f9f09b7ce /package.json
parentc5d8fab07f0edc568e45e0747f863afd5876abc2 (diff)
- All tests running
- Added changelog
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index d93a406..6565fa7 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name" : "rewire",
- "version" : "0.3.2",
+ "version" : "1.0.0",
"description" : "Dependency injection for node.js applications",
"keywords" : [
"dependency",
@@ -33,7 +33,7 @@
"mocha": "1.x",
"expect.js": "0.x",
"browserify": "1.x",
- "webpack": "0.5.8"
+ "webpack": "0.x"
},
"scripts" : {
"test" : "node node_modules/mocha/bin/mocha -R spec"