Skip to content

Commit

Permalink
package.json: added engines info
Browse files Browse the repository at this point in the history
  • Loading branch information
vkalinichev committed Oct 28, 2016
1 parent 6721d78 commit 137aecb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
"lint": " eslint lib/*.js",
"test": "ava"
},
"engines" : {
"node" : ">=0.12"
},
"eslintConfig": {
"extends": "eslint-config-postcss/es5"
}
Expand Down

0 comments on commit 137aecb

Please sign in to comment.