Skip to content

Commit 9489872

Browse files
committed
Set supported npm version
1 parent 90176ac commit 9489872

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "1.0.8",
44
"description": "Example of a user defined function (UDF) in MySQL",
55
"engines": {
6-
"node": "^10.0.0"
6+
"node": ">= 10.0.0",
7+
"npm": ">= 6.0.0"
78
},
89
"dependencies": {
910
"cross-env": "^5.2.0",
@@ -35,6 +36,9 @@
3536
"type": "git",
3637
"url": "git@github.com:Cyclonecode/mysql-notification.git"
3738
},
39+
"bugs": {
40+
"url": "https://github.com/cyclonecode/mysql-notification/issues"
41+
},
3842
"author": {
3943
"name": "Cyclonecode",
4044
"email": "cyclonecode@gmail.com"

0 commit comments

Comments
 (0)