Commit 09bd26e 1 parent 089c10e commit 09bd26e Copy full SHA for 09bd26e
File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,9 @@ Option name | Default value | Desctiption
102
102
}
103
103
```
104
104
105
+ ### Using Node.js < 4?
106
+ Please use
` npm install [email protected] ` and upgrade your Node.js.
107
+
105
108
## Release History
106
109
107
110
Please view https://github.com/shama/napa/commits/master for history.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " napa" ,
3
3
"description" : " A helper for installing repos without a package.json with npm." ,
4
- "version" : " 2.3 .0" ,
4
+ "version" : " 3.0 .0" ,
5
5
"homepage" : " https://github.com/shama/napa" ,
6
6
"author" : {
7
7
"name" : " Kyle Robinson Young" ,
17
17
},
18
18
"license" : " MIT" ,
19
19
"engines" : {
20
- "node" : " >= 0.10 .0"
20
+ "node" : " >= 4 .0"
21
21
},
22
22
"bin" : {
23
23
"napa" : " bin/napa"
24
24
},
25
25
"main" : " lib/pkg.js" ,
26
26
"scripts" : {
27
- "format" : " standard" ,
28
- "test" : " istanbul cover --report lcov --print detail test.js" ,
27
+ "test" : " standard && istanbul cover --report lcov --print detail test.js" ,
29
28
"coverage" : " istanbul report html && open ./coverage/index.html"
30
29
},
31
30
"dependencies" : {
You can’t perform that action at this time.
0 commit comments