Skip to content

Commit

Permalink
Merge pull request #14 from herablog/feature/update-engines
Browse files Browse the repository at this point in the history
Update node version in engines.
  • Loading branch information
herablog authored Dec 14, 2016
2 parents 716e886 + 72266df commit 9acc7f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "html-to-amp",
"version": "0.0.9",
"version": "0.0.10",
"description": "Transform the normal html to the amp html.",
"main": "index.js",
"engines": {
"node": "5.x"
"node": ">=4"
},
"scripts": {
"test": "npm run eslint && npm run mocha",
Expand Down

0 comments on commit 9acc7f8

Please sign in to comment.