8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81451e4 commit 2162b0eCopy full SHA for 2162b0e
.travis.yml
@@ -5,4 +5,3 @@ node_js:
5
- "5"
6
- "4"
7
- "0.12"
8
- - "0.10"
package.json
@@ -19,7 +19,7 @@
19
"url": "http://github.com/nomiddlename/log4js-node/issues"
20
},
21
"engines": {
22
- "node": ">=0.8"
+ "node": ">=0.12"
23
24
"scripts": {
25
"pretest": "jshint lib/ test/",
@@ -32,7 +32,7 @@
32
"dependencies": {
33
"debug": "^2.2.0",
34
"semver": "^5.3.0",
35
- "streamroller": "^0.1.1"
+ "streamroller": "^0.2.1"
36
37
"devDependencies": {
38
"jshint": "^2.9.2",
0 commit comments