Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
sulkaharo committed Dec 2, 2017
2 parents 881d3c6 + fa21ee3 commit 75e195a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Community maintained fork of the


Requirements: Requirements:


- [Node.js](http://nodejs.org/) 8.9.1 LTS (use [Install instructions for Node](https://nodejs.org/en/download/package-manager/) or `setup.sh`) - [Node.js](http://nodejs.org/) 8.9.0 LTS (use [Install instructions for Node](https://nodejs.org/en/download/package-manager/) or `setup.sh`)


Clone this repo then install dependencies into the root of the project: Clone this repo then install dependencies into the root of the project:


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
} }
}, },
"engines": { "engines": {
"node": "8.9.1", "node": "8.9.x",
"npm": "5.2.0" "npm": "5.2.0 || 5.3.0 || 5.0.3"
}, },
"dependencies": { "dependencies": {
"ajv": "^5.3.0", "ajv": "^5.3.0",
Expand Down

0 comments on commit 75e195a

Please sign in to comment.