Skip to content

Commit d0342d9

Browse files
author
M Haidar Hanif
committed
Add node engine
1 parent 7fca686 commit d0342d9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"name": "code-restapi-orm-sqldatabase",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"private": true,
5+
"engines": {
6+
"node": "10.0.0"
7+
},
58
"scripts": {
69
"install": "npm run setup && npm run migrate",
710
"install:undo": "npm run migrate:undo",

0 commit comments

Comments
 (0)