Skip to content
This repository was archived by the owner on Oct 1, 2018. It is now read-only.

Commit abd2cf4

Browse files
author
Jennifer Luker
committed
feat(package.json, readme.md): add engines object to package.json
Add ability for readme.md to identify npm usage none
1 parent c63d3db commit abd2cf4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,8 @@
6666
"typescript": "2.3.3",
6767
"validate-commit-msg": "2.14.0",
6868
"wallaby-webpack": "*"
69+
},
70+
"engines": {
71+
"npm": ">=2.0.0"
6972
}
7073
}

0 commit comments

Comments
 (0)