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:
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"