Skip to content

Commit

Permalink
Merge pull request #23 from henrikontio/master
Browse files Browse the repository at this point in the history
Add minimum node version to engines
  • Loading branch information
aackerman committed Aug 29, 2017
2 parents bbc5325 + 6a529ff commit 3bb6001
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 @@ -8,6 +8,9 @@
},
"description": "Detect modules with circular dependencies when bundling with webpack.",
"version": "4.2.0",
"engines": {
"node": ">=6.0.0"
},
"dependencies": {},
"scripts": {
"test": "jest"
Expand Down

0 comments on commit 3bb6001

Please sign in to comment.