feat: technical release (#4823)

This commit is contained in:
Rajaa.BARHTAOUI
2020-02-26 17:25:53 +01:00
committed by GitHub
parent 6475b58541
commit 528d823c55
12 changed files with 37 additions and 34 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "xo-server-audit",
"version": "0.0.0",
"version": "0.1.0",
"license": "AGPL-3.0",
"description": "Audit plugin for XO-Server",
"keywords": [
@@ -48,13 +48,13 @@
"prepublishOnly": "yarn run build"
},
"dependencies": {
"@xen-orchestra/audit-core": "^0.0.0",
"@xen-orchestra/audit-core": "^0.1.0",
"@xen-orchestra/log": "^0.2.0",
"app-conf": "^0.7.1",
"async-iterator-to-stream": "^1.1.0",
"promise-toolbox": "^0.15.0",
"readable-stream": "^3.5.0",
"xo-common": "^0.3.0"
"xo-common": "^0.4.0"
},
"private": true
}