Browse Source

Add license to package.json

pull/8/head
Thomas 4 years ago
parent
commit
c9f09a002a
  1. 3
      package.json

3
package.json

@ -1,6 +1,8 @@
{ {
"name": "ghostfolio", "name": "ghostfolio",
"version": "0.85.0", "version": "0.85.0",
"homepage": "https://ghostfol.io",
"license": "AGPL-3.0",
"scripts": { "scripts": {
"affected": "nx affected", "affected": "nx affected",
"affected:apps": "nx affected:apps", "affected:apps": "nx affected:apps",
@ -42,7 +44,6 @@
"watch:server": "yarn run nx build api --watch", "watch:server": "yarn run nx build api --watch",
"workspace-generator": "nx workspace-generator" "workspace-generator": "nx workspace-generator"
}, },
"private": true,
"dependencies": { "dependencies": {
"@angular/animations": "11.2.4", "@angular/animations": "11.2.4",
"@angular/cdk": "11.0.4", "@angular/cdk": "11.0.4",

Loading…
Cancel
Save