Merge branch 'fix/node-engine-version' into 'release'

Fix Node engine issue

See merge request theappsmith/internal-tools-client!75
This commit is contained in:
Hetu Nandu 2019-10-23 07:13:03 +00:00
commit b27dbaa470

View File

@ -3,8 +3,8 @@
"version": "0.1.0",
"private": true,
"engines": {
"node": "10.16.3",
"npm": "6.9.0"
"node": "^10.16.3",
"npm": "^6.9.0"
},
"dependencies": {
"@blueprintjs/core": "^3.18.1",