Update licence in package json

This commit is contained in:
Chocobozzz 2018-03-11 09:52:33 +01:00
parent 2bd01b6fa7
commit a1b4077495
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"description": "Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.", "description": "Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.",
"version": "1.0.0-alpha.6", "version": "1.0.0-alpha.6",
"private": true, "private": true,
"licence": "GPLv3", "licence": "AGPLv3",
"engines": { "engines": {
"node": ">=8.x" "node": ">=8.x"
}, },