Skip to content

Commit

Permalink
fix(package): add supported engines to package specification (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusU committed Jun 2, 2016
1 parent 25bf5cc commit 3d32fdc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,9 @@
"src/cli",
"test"
]
},
"engineStrict": true,
"engines": {
"node": ">= 0.12"
}
}

0 comments on commit 3d32fdc

Please sign in to comment.