fix license in package.json

This commit is contained in:
Michael Schramm 2020-06-03 14:17:16 +02:00
parent b125a0059b
commit 2a34deafa5

View File

@ -1,7 +1,7 @@
{
"name": "ohmyform-react",
"version": "0.9.0",
"license": "MIT",
"version": "0.9.1",
"license": "AGPL-3.0-or-later",
"scripts": {
"start:dev": "next dev -p 4000",
"build": "next build",