Skip to content

Commit cec3fcf

Browse files
committed
Set supported node version
1 parent 82a304f commit cec3fcf

File tree

3 files changed

+20
-31
lines changed

3 files changed

+20
-31
lines changed

.nvmrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
10.16.3
2+

package-lock.json

Lines changed: 11 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"name": "mysql-notification",
33
"version": "1.0.8",
44
"description": "Example of a user defined function (UDF) in MySQL",
5+
"engines": {
6+
"node": "^10.0.0"
7+
},
58
"dependencies": {
69
"cross-env": "^5.2.0",
710
"minimist": "^1.2.0",
@@ -32,6 +35,9 @@
3235
"type": "git",
3336
"url": "git@github.com:Cyclonecode/mysql-notification.git"
3437
},
35-
"author": "Cyclonecode",
38+
"author": {
39+
"name": "Cyclonecode",
40+
"email": "cyclonecode@gmail.com"
41+
},
3642
"license": "ISC"
3743
}

0 commit comments

Comments
 (0)