Skip to content

Commit 4949850

Browse files
committed
Meta: Add min node version for travis CI
1 parent 2a72932 commit 4949850

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@
5151
]
5252
}
5353
},
54+
"engines": {
55+
"node": ">=8"
56+
},
5457
"scripts": {
5558
"build": "rollup -c",
5659
"test": "xo && ava",

0 commit comments

Comments
 (0)