1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 19:42:24 +02:00

Some plugins fixes and doc enhancements

This commit is contained in:
Chocobozzz 2019-07-17 15:46:51 +02:00 committed by Chocobozzz
parent 662e5d4fe4
commit 9fa6ca160a
6 changed files with 45 additions and 19 deletions

View file

@ -19,7 +19,7 @@ const LAST_MIGRATION_VERSION = 400
// ---------------------------------------------------------------------------
const API_VERSION = 'v1'
const PEERTUBE_VERSION = process.env.npm_package_version || 'unknown'
const PEERTUBE_VERSION = require(join(root(), 'package.json')).version
const PAGINATION = {
COUNT: {