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:
commit
b27dbaa470
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user