Skip to content

Commit

Permalink
added license to correct package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hardl committed Nov 8, 2021
1 parent f14e2da commit a939f5a
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"name": "@luigi-project/client-support-angular",
"license": "Apache-2.0",
"private": false,
"repository": {
"type": "git",
"url": "ssh://github.com/SAP/luigi.git"
},
"peerDependencies": {
"@angular/common": "^11.0.0",
"@angular/core": "^11.0.0",
Expand All @@ -15,4 +21,4 @@
"@luigi-project/client": "^1.5.0"
},
"version": "1.18.0"
}
}

0 comments on commit a939f5a

Please sign in to comment.