From c4e4d6d6959e20a7da38003c648d6d199c8a3ad3 Mon Sep 17 00:00:00 2001 From: Michael Schramm Date: Wed, 3 Jun 2020 14:17:16 +0200 Subject: [PATCH] fix license in package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f117b4b..75f5871 100644 --- a/package.json +++ b/package.json @@ -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",