Skip to content

Commit 09bd26e

Browse files
committed
v3.0.0
1 parent 089c10e commit 09bd26e

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ Option name | Default value | Desctiption
102102
}
103103
```
104104

105+
### Using Node.js < 4?
106+
Please use `npm install [email protected]` and upgrade your Node.js.
107+
105108
## Release History
106109

107110
Please view https://github.com/shama/napa/commits/master for history.

package.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "napa",
33
"description": "A helper for installing repos without a package.json with npm.",
4-
"version": "2.3.0",
4+
"version": "3.0.0",
55
"homepage": "https://github.com/shama/napa",
66
"author": {
77
"name": "Kyle Robinson Young",
@@ -17,15 +17,14 @@
1717
},
1818
"license": "MIT",
1919
"engines": {
20-
"node": ">= 0.10.0"
20+
"node": ">= 4.0"
2121
},
2222
"bin": {
2323
"napa": "bin/napa"
2424
},
2525
"main": "lib/pkg.js",
2626
"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",
2928
"coverage": "istanbul report html && open ./coverage/index.html"
3029
},
3130
"dependencies": {

0 commit comments

Comments
 (0)