Skip to content

Commit c7d1c05

Browse files
author
oldskytree
committed
chore!: support nodejs from 12 version and above
1 parent 88d7c28 commit c7d1c05

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"types": "./typings/index.d.ts",
77
"author": "Sergey Tatarintsev <sevinf@yandex-team.ru> (https://github.com/SevInf)",
88
"license": "MIT",
9+
"engines": {
10+
"node": ">=12"
11+
},
912
"devDependencies": {
1013
"chai": "^4.1.2",
1114
"eslint": "^4.9.0",

0 commit comments

Comments
 (0)