Skip to content

Commit

Permalink
Add "engines" to package.json (#680)
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 authored and TooTallNate committed Jan 8, 2020
1 parent 608fca9 commit 3f4d724
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,8 @@
"xo": "^0.23.0"
},
"main": "./src/index.js",
"browser": "./src/browser.js"
"browser": "./src/browser.js",
"engines": {
"node": ">=6.0"
}
}

0 comments on commit 3f4d724

Please sign in to comment.