fix license in package.json

This commit is contained in:
Michael Schramm 2020-06-03 14:17:16 +02:00
parent 91e5c33340
commit c4e4d6d695

View File

@ -1,9 +1,9 @@
{
"name": "ohmyform-api",
"version": "0.9.0",
"version": "0.9.1",
"description": "",
"author": "",
"license": "MIT",
"license": "AGPL-3.0-or-later",
"scripts": {
"prebuild": "rimraf dist",
"build": "nest build",