Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 5192aa6

Browse files
boris-petrovTurbo87
authored andcommitted
fix: node.js compatibility claim in package.json
1 parent 1f83ff6 commit 5192aa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"@types/jquery": "^3.3.10"
111111
},
112112
"engines": {
113-
"node": "^4.5 || 6.* || >= 7.*"
113+
"node": "6.* || 8.* || >= 10.*"
114114
},
115115
"ember-addon": {
116116
"configPath": "tests/dummy/config",

0 commit comments

Comments
 (0)