mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
fix esversion for lint
This commit is contained in:
parent
bf94d320a9
commit
2d0c8f0fb0
@ -11,5 +11,5 @@
|
|||||||
"shadow": true,
|
"shadow": true,
|
||||||
"sub": true,
|
"sub": true,
|
||||||
"proto": true,
|
"proto": true,
|
||||||
"esversion": 6
|
"esversion": 8
|
||||||
}
|
}
|
||||||
|
@ -41,12 +41,12 @@
|
|||||||
"grunt-simple-mocha": "^0.4.1",
|
"grunt-simple-mocha": "^0.4.1",
|
||||||
"imap": "^0.8.19",
|
"imap": "^0.8.19",
|
||||||
"mailparser": "^2.7.7",
|
"mailparser": "^2.7.7",
|
||||||
"markdown-it": "^10.0.0",
|
"markdown-it": "^11.0.0",
|
||||||
"mocha": "~6.2.3",
|
"mocha": "~6.2.3",
|
||||||
"msgpack-lite": "^0.1.26",
|
"msgpack-lite": "^0.1.26",
|
||||||
"multilang-sentiment": "^1.2.0",
|
"multilang-sentiment": "^1.2.0",
|
||||||
"ngeohash": "^0.6.3",
|
"ngeohash": "^0.6.3",
|
||||||
"node-red": "^1.0.6",
|
"node-red": "^1.1.2",
|
||||||
"node-red-node-test-helper": "~0.2.5",
|
"node-red-node-test-helper": "~0.2.5",
|
||||||
"nodemailer": "^6.4.6",
|
"nodemailer": "^6.4.6",
|
||||||
"poplib": "^0.1.7",
|
"poplib": "^0.1.7",
|
||||||
@ -59,6 +59,6 @@
|
|||||||
"when": "^3.7.8"
|
"when": "^3.7.8"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=8.6.0"
|
"node": ">=8.17.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user