Skip to content

Commit a45d6fc

Browse files
committed
fix: fix engines in package.json
1 parent 2cadbb4 commit a45d6fc

18 files changed

Lines changed: 90 additions & 18 deletions

File tree

packages/babel-plugin-add-jsx-attribute/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@
1212
"babel-plugin"
1313
],
1414
"engines": {
15-
"node": ">=8"
15+
"node": ">=10"
16+
},
17+
"funding": {
18+
"type": "github",
19+
"url": "https://github.com/sponsors/gregberge"
1620
},
1721
"license": "MIT",
1822
"scripts": {

packages/babel-plugin-remove-jsx-attribute/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@
1212
"babel-plugin"
1313
],
1414
"engines": {
15-
"node": ">=8"
15+
"node": ">=10"
16+
},
17+
"funding": {
18+
"type": "github",
19+
"url": "https://github.com/sponsors/gregberge"
1620
},
1721
"license": "MIT",
1822
"scripts": {

packages/babel-plugin-remove-jsx-empty-expression/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@
1212
"babel-plugin"
1313
],
1414
"engines": {
15-
"node": ">=8"
15+
"node": ">=10"
16+
},
17+
"funding": {
18+
"type": "github",
19+
"url": "https://github.com/sponsors/gregberge"
1620
},
1721
"license": "MIT",
1822
"scripts": {

packages/babel-plugin-replace-jsx-attribute-value/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@
1212
"babel-plugin"
1313
],
1414
"engines": {
15-
"node": ">=8"
15+
"node": ">=10"
16+
},
17+
"funding": {
18+
"type": "github",
19+
"url": "https://github.com/sponsors/gregberge"
1620
},
1721
"license": "MIT",
1822
"scripts": {

packages/babel-plugin-svg-dynamic-title/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@
1212
"babel-plugin"
1313
],
1414
"engines": {
15-
"node": ">=8"
15+
"node": ">=10"
16+
},
17+
"funding": {
18+
"type": "github",
19+
"url": "https://github.com/sponsors/gregberge"
1620
},
1721
"license": "MIT",
1822
"scripts": {

packages/babel-plugin-svg-em-dimensions/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@
1212
"babel-plugin"
1313
],
1414
"engines": {
15-
"node": ">=8"
15+
"node": ">=10"
16+
},
17+
"funding": {
18+
"type": "github",
19+
"url": "https://github.com/sponsors/gregberge"
1620
},
1721
"license": "MIT",
1822
"scripts": {

packages/babel-plugin-transform-react-native-svg/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@
1212
"babel-plugin"
1313
],
1414
"engines": {
15-
"node": ">=8"
15+
"node": ">=10"
16+
},
17+
"funding": {
18+
"type": "github",
19+
"url": "https://github.com/sponsors/gregberge"
1620
},
1721
"license": "MIT",
1822
"scripts": {

packages/babel-plugin-transform-svg-component/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@
1212
"babel-plugin"
1313
],
1414
"engines": {
15-
"node": ">=8"
15+
"node": ">=10"
16+
},
17+
"funding": {
18+
"type": "github",
19+
"url": "https://github.com/sponsors/gregberge"
1620
},
1721
"license": "MIT",
1822
"scripts": {

packages/babel-preset/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@
1313
"babel-preset"
1414
],
1515
"engines": {
16-
"node": ">=8"
16+
"node": ">=10"
17+
},
18+
"funding": {
19+
"type": "github",
20+
"url": "https://github.com/sponsors/gregberge"
1721
},
1822
"license": "MIT",
1923
"scripts": {

packages/cli/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@
1414
"cli"
1515
],
1616
"engines": {
17-
"node": ">=8"
17+
"node": ">=10"
18+
},
19+
"funding": {
20+
"type": "github",
21+
"url": "https://github.com/sponsors/gregberge"
1822
},
1923
"license": "MIT",
2024
"bin": {

0 commit comments

Comments
 (0)