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-12 18:25:31 +0400
committerJohannes Ewald <mail@johannesewald.de>2013-02-12 18:25:31 +0400
commit806e4bb3cc4f713bfaaaccce157bfc6677d5e278 (patch)
tree810578f5fa869c88545eec9e377fd83c363c6b89 /package.json
parent7b21f0f1f0284aa6a935d0767709e294168c1268 (diff)
- Improved client-side rewire() with webpack
- Fixed webpack-version in "devDependencies"
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 540275c..d20733e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name" : "rewire",
- "version" : "1.0.3",
+ "version" : "1.0.4",
"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.x"
+ "webpack": "0.8.x"
},
"scripts" : {
"test" : "node node_modules/mocha/bin/mocha -R spec"