mirror of
https://github.com/YunoHost-Apps/outline_ynh.git
synced 2024-09-03 19:56:12 +02:00
Correct package.json
This commit is contained in:
parent
a796d8064f
commit
def1b6deb9
2 changed files with 8 additions and 8 deletions
|
@ -142,17 +142,17 @@ index be368444f..ecfcae00c 100644
|
||||||
|
|
||||||
interface Colors {
|
interface Colors {
|
||||||
diff --git a/package.json b/package.json
|
diff --git a/package.json b/package.json
|
||||||
index 872709a30..52ef90de6 100644
|
index ada9fc0be..62d550282 100644
|
||||||
--- a/package.json
|
--- a/package.json
|
||||||
+++ b/package.json
|
+++ b/package.json
|
||||||
@@ -165,6 +165,7 @@
|
@@ -164,6 +164,7 @@
|
||||||
|
"pg-tsquery": "^8.4.2",
|
||||||
"pluralize": "^8.0.0",
|
"pluralize": "^8.0.0",
|
||||||
"png-chunks-extract": "^1.0.0",
|
"png-chunks-extract": "^1.0.0",
|
||||||
"polished": "^4.3.1",
|
|
||||||
+ "passport-req": "^0.1.1",
|
+ "passport-req": "^0.1.1",
|
||||||
|
"polished": "^4.3.1",
|
||||||
"prosemirror-codemark": "^0.4.2",
|
"prosemirror-codemark": "^0.4.2",
|
||||||
"prosemirror-commands": "^1.5.2",
|
"prosemirror-commands": "^1.5.2",
|
||||||
"prosemirror-dropcursor": "^1.8.1",
|
|
||||||
diff --git a/plugins/req/plugin.json b/plugins/req/plugin.json
|
diff --git a/plugins/req/plugin.json b/plugins/req/plugin.json
|
||||||
new file mode 100644
|
new file mode 100644
|
||||||
index 000000000..bf4c23043
|
index 000000000..bf4c23043
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
diff --git a/package.json b/package.json
|
diff --git a/package.json b/package.json
|
||||||
index e0d3f56ea..fcd1ce270 100644
|
index ada9fc0be..62d550282 100644
|
||||||
--- a/package.json
|
--- a/package.json
|
||||||
+++ b/package.json
|
+++ b/package.json
|
||||||
@@ -160,6 +160,7 @@
|
@@ -164,6 +164,7 @@
|
||||||
"pg-tsquery": "^8.4.1",
|
"pg-tsquery": "^8.4.2",
|
||||||
"pluralize": "^8.0.0",
|
"pluralize": "^8.0.0",
|
||||||
"png-chunks-extract": "^1.0.0",
|
"png-chunks-extract": "^1.0.0",
|
||||||
+ "passport-req": "^0.1.1",
|
+ "passport-req": "^0.1.1",
|
||||||
"polished": "^4.2.2",
|
"polished": "^4.3.1",
|
||||||
"prosemirror-codemark": "^0.4.2",
|
"prosemirror-codemark": "^0.4.2",
|
||||||
"prosemirror-commands": "^1.5.2",
|
"prosemirror-commands": "^1.5.2",
|
||||||
diff --git a/plugins/req/plugin.json b/plugins/req/plugin.json
|
diff --git a/plugins/req/plugin.json b/plugins/req/plugin.json
|
||||||
|
|
Loading…
Add table
Reference in a new issue