Skip to content

Commit 5afa02f

Browse files
committed
Drop Node 8 & 13, add Node 14 & 15
1 parent 216226d commit 5afa02f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
]
2424
},
2525
"engines": {
26-
"node": "8 || 10 || 12 || 13"
26+
"node": "10 || 12 || 14 || 15"
2727
},
2828
"keywords": [
2929
"xml",
@@ -37,7 +37,7 @@
3737
],
3838
"author": {
3939
"name": "Mattéo Delabre",
40-
"email": "[email protected]",
40+
"email": "[email protected]",
4141
"url": "https://github.com/matteodelabre"
4242
},
4343
"devDependencies": {

0 commit comments

Comments
 (0)