Browse Source

Merge pull request #3909 from nocodb/fix/binary-executable

fix(scripts): use latest nocodb version in pkg-executable
pull/3911/head
աɨռɢӄաօռɢ 2 years ago committed by GitHub
parent
commit
370e4e8637
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      scripts/pkg-executable/package.json

2
scripts/pkg-executable/package.json

@ -28,6 +28,6 @@
"license": "ISC",
"dependencies": {
"express": "^4.17.1",
"nocodb": "0.91.10"
"nocodb": "0.97.0"
}
}

Loading…
Cancel
Save