Skip to content

Commit c38b5c0

Browse files
jimthedevIgorMinar
authored andcommitted
chore(deps): make node 4.1.0 requirement explicit
We should be explicit about the node version required. Closes #46
1 parent 62af2f2 commit c38b5c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
"type": "git",
1616
"url": "https://github.com/angular/angular-cli.git"
1717
},
18+
"engines": {
19+
"node": ">= 4.1.0"
20+
},
1821
"author": "Angular Authors",
1922
"contributors": [
2023
"Rody Haddad <[email protected]> (http://rodyhaddad.com/)",

0 commit comments

Comments
 (0)