Skip to content
This repository was archived by the owner on Nov 2, 2021. It is now read-only.

Commit c83bfb2

Browse files
committed
add engines to package.json
1 parent 5eefbe7 commit c83bfb2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,8 @@
7878
"tslint-plugin-prettier": "^2.3.0",
7979
"typescript": "^3.9.3"
8080
},
81-
"browserslist": "> 1% in US"
81+
"browserslist": "> 1% in US",
82+
"engines": {
83+
"node": ">=12.16.3"
84+
}
8285
}

0 commit comments

Comments
 (0)