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-07-02 19:58:09 +0400
committerJohannes <johannes.ewald@roomieplanet.de>2012-07-02 19:58:09 +0400
commit8bfdd979dabc1a0ab2e85fd80548d66bccdd1b82 (patch)
treee0f246aaa958e135af053276b3a75c817e710fb1 /package.json
parent7d7eca0fbcecf677479b58ef8b84131cf656fd6d (diff)
- changed browserify version to 1.13.5
- fixed global var injection in the browser
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index c05ab1a..645f76c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name" : "rewire",
- "version" : "0.3.0",
+ "version" : "0.3.1",
"description" : "Dependency injection for node.js applications",
"keywords" : [
"dependency",
@@ -27,12 +27,12 @@
"url": "git://github.com/jhnns/rewire.git"
},
"engines" : {
- "node" : "<=0.8.x"
+ "node" : "<0.9.x"
},
"devDependencies": {
"mocha": "1.2.x",
"expect.js": "0.1.x",
- "browserify": "1.13.x"
+ "browserify": ">=1.13.5 <1.14.x"
},
"scripts" : {
"test" : "mocha -R spec"