fix license and engine

This commit is contained in:
Nicco Kunzmann 2022-04-30 08:03:46 +00:00
parent 058f1d5a95
commit 79f5cd943f
1 changed files with 2 additions and 2 deletions

View File

@ -29,9 +29,9 @@
"embed",
"iframe"
],
"license": "AGPL",
"license": "AGPL-3.0-only",
"engines": {
"node": "17.x"
"node": ">=17.x"
},
"name": "mastofeed",
"version": "1.0.1",