Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Commit

Permalink
feat: add npm engine
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Nov 8, 2016
1 parent 0fefbd1 commit 505ce8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
"tar-stream": "^1.5.2"
},
"engines": {
"node": ">=4.0.0"
"node": ">=4.0.0",
"npm": ">=3.0.0"
},
"repository": {
"type": "git",
Expand Down

2 comments on commit 505ce8e

@daviddias
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dignifiedquire we should add also npm engine version :)

@dignifiedquire
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice, probably want a script though for that change to generate the PRs for us

Please sign in to comment.