We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90176ac commit 9489872Copy full SHA for 9489872
package.json
@@ -3,7 +3,8 @@
3
"version": "1.0.8",
4
"description": "Example of a user defined function (UDF) in MySQL",
5
"engines": {
6
- "node": "^10.0.0"
+ "node": ">= 10.0.0",
7
+ "npm": ">= 6.0.0"
8
},
9
"dependencies": {
10
"cross-env": "^5.2.0",
@@ -35,6 +36,9 @@
35
36
"type": "git",
37
"url": "git@github.com:Cyclonecode/mysql-notification.git"
38
39
+ "bugs": {
40
+ "url": "https://github.com/cyclonecode/mysql-notification/issues"
41
+ },
42
"author": {
43
"name": "Cyclonecode",
44
"email": "cyclonecode@gmail.com"
0 commit comments