mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 10:16:00 +00:00
plugins - use compiled version by default, zero dependencies
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "dbgate-plugin-excel",
|
||||
"main": "src/backend/index.js",
|
||||
"main": "dist/backend.js",
|
||||
"version": "4.1.1",
|
||||
"description": "MS Excel import/export plugin for DbGate",
|
||||
"homepage": "https://dbgate.org",
|
||||
@@ -19,7 +19,6 @@
|
||||
],
|
||||
"files": [
|
||||
"dist",
|
||||
"src",
|
||||
"icon.svg"
|
||||
],
|
||||
"scripts": {
|
||||
@@ -32,11 +31,9 @@
|
||||
"plugout": "dbgate-plugout dbgate-plugin-excel",
|
||||
"prepublishOnly": "yarn build"
|
||||
},
|
||||
"dependencies": {
|
||||
"lodash": "^4.17.20",
|
||||
"xlsx": "^0.16.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"lodash": "^4.17.20",
|
||||
"xlsx": "^0.16.8",
|
||||
"dbgate-plugin-tools": "^1.0.7",
|
||||
"webpack": "^4.42.0",
|
||||
"webpack-cli": "^3.3.11"
|
||||
|
||||
Reference in New Issue
Block a user