mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 02:06:01 +00:00
plugins - use compiled version by default, zero dependencies
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "dbgate-plugin-postgres",
|
||||
"main": "src/backend/index.js",
|
||||
"main": "dist/backend.js",
|
||||
"version": "4.1.1",
|
||||
"license": "MIT",
|
||||
"description": "PostgreSQL connector plugin for DbGate",
|
||||
@@ -17,7 +17,6 @@
|
||||
],
|
||||
"files": [
|
||||
"dist",
|
||||
"src",
|
||||
"icon.svg"
|
||||
],
|
||||
"scripts": {
|
||||
@@ -33,9 +32,7 @@
|
||||
"devDependencies": {
|
||||
"dbgate-plugin-tools": "^1.0.7",
|
||||
"webpack": "^4.42.0",
|
||||
"webpack-cli": "^3.3.11"
|
||||
},
|
||||
"dependencies": {
|
||||
"webpack-cli": "^3.3.11",
|
||||
"dbgate-tools": "^4.1.1",
|
||||
"lodash": "^4.17.15",
|
||||
"pg": "^7.17.0",
|
||||
|
||||
Reference in New Issue
Block a user