feat: use node 15, use package version (#2066)

This commit is contained in:
Jef LeCompte
2021-03-02 12:02:35 -05:00
committed by GitHub
parent 9e8c83622d
commit eee669b1b3
7 changed files with 11811 additions and 28 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
{
"name": "streetmerchant",
"version": "3.4.1",
"description": "The world's easiest, most powerful stock checker",
"main": "src/index.ts",
"scripts": {
@@ -17,7 +18,7 @@
"test:notification:production": "node build/test/functional/test-notification.js"
},
"engines": {
"node": ">=12.0.0 <15.0.0"
"node": ">=12.0.0"
},
"repository": {
"type": "git",