Update package license

This commit is contained in:
Ben Grant 2021-08-05 16:55:22 +10:00
parent dff8d6d3c4
commit 4a3c8cbbf7
2 changed files with 2 additions and 1 deletions

View file

@ -4,7 +4,7 @@
"description": "API for Crabfit",
"main": "index.js",
"author": "Ben Grant",
"license": "MIT",
"license": "GPL-3.0-only",
"private": true,
"engines": {
"node": ">=10.0.0"

View file

@ -2,6 +2,7 @@
"name": "crabfit-frontend",
"version": "1.0.0",
"private": true,
"license": "GPL-3.0-only",
"dependencies": {
"@azure/msal-browser": "^2.14.2",
"@emotion/react": "^11.1.5",