Skip to content

Commit

Permalink
fix(html-tag): add metadata to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gund committed Jan 19, 2022
1 parent 578c271 commit 2b14000
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions libs/html-tag/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"name": "@orchestrator/html-tag",
"version": "0.1.0",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/orchestratora/orchestrator.git"
},
"keywords": [
"html",
"native",
"ui",
"orchestrator",
"components",
"angular"
],
"author": "Orchestrator <orchestratora@gmail.com>",
"license": "MIT",
"peerDependencies": {
"@angular/common": "^12.0.0 || ^13.0.0",
"@angular/core": "^12.0.0 || ^13.0.0",
Expand Down

0 comments on commit 2b14000

Please sign in to comment.