2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-06-11 00:22:21 +00:00

Support only node 0.12 onwards

This commit is contained in:
Jia Hao 2016-03-12 02:00:00 +08:00
parent b17c31e188
commit 7ba016bf50
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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