Skip to content

Commit a0600a0

Browse files
authored
fix(engines): remove node 10+ dependency
Node 6 and up is still supported, Node 10 is only required to run some development pipelines
1 parent e248097 commit a0600a0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@
113113
"styled-components": "^5.0.1"
114114
},
115115
"engines": {
116-
"node": ">=10.0.0",
117-
"npm": ">=6.9.0"
116+
"node": ">=6.0.0"
118117
}
119118
}

0 commit comments

Comments
 (0)