diff --git a/package.json b/package.json index c56171d..f91e0a8 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,13 @@ "repository": "git@github.com:Staffbase/hackathon_shutdown.git", "author": "Frank Adler ", "homepage": "https://adfr.io", - "license": "MIT", + "license": "Apache-2.0", + "licenses": [ + { + "type": "Apache-2.0", + "url": "https://github.com/ice8lue/retrace/blob/master/LICENSE" + } + ], "scripts": { "clean": "rm -rf out .webpack", "start": "yarn clean && electron-forge start",