mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-12-22 10:08:55 +00:00
Support only node 0.12 onwards
This commit is contained in:
parent
b17c31e188
commit
7ba016bf50
@ -11,7 +11,6 @@ node_js:
|
|||||||
- "node"
|
- "node"
|
||||||
- "4.2"
|
- "4.2"
|
||||||
- "0.12"
|
- "0.12"
|
||||||
- "0.10"
|
|
||||||
- "iojs"
|
- "iojs"
|
||||||
install:
|
install:
|
||||||
- npm run dev-up
|
- npm run dev-up
|
||||||
|
@ -31,7 +31,7 @@ View the changelog [here](https://github.com/jiahaog/nativefier/blob/master/Hist
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
With [Node.js](https://nodejs.org/) installed,
|
With [Node.js](https://nodejs.org/) `>=0.12` installed,
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# for use from the command line
|
# for use from the command line
|
||||||
|
Loading…
Reference in New Issue
Block a user