Skip to content

Commit f96cf96

Browse files
Declare that node 6 is required in package.json
1 parent 489b520 commit f96cf96

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
@@ -28,5 +28,8 @@
2828
},
2929
"optionalDependencies": {
3030
"angular": "*"
31+
},
32+
"engines": {
33+
"node": ">= 6.0.0"
3134
}
3235
}

0 commit comments

Comments
 (0)