Skip to content

Commit

Permalink
[UPDATE] node.js (>=6.0.0) and npm (>=3.9.0) dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dmh committed Jul 15, 2016
1 parent 23cc6d7 commit 3cc9e02
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Javascript framework for live editing t3kit Theme with color picker (instead of
### Required dependencies:

- [Git](https://git-scm.com/)
- [NodeJs](http://nodejs.org/) >=5.6.0
- [NPM](https://github.com/npm/npm) >=3.6.0
- [NodeJs](http://nodejs.org/) >=6.0.0
- [NPM](https://github.com/npm/npm) >=3.9.0
- [Bower](http://bower.io/) >=1.7.7 `npm install -g bower`
- [Grunt-cli](http://gruntjs.com/) >=0.1.13 `npm install -g grunt-cli`

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"time-grunt": "1.3.0"
},
"engines": {
"node": ">=5.6.0",
"npm": ">=3.5.0"
"node": ">=6.0.0",
"npm": ">=3.9.0"
}
}
}

0 comments on commit 3cc9e02

Please sign in to comment.