Skip to content

Commit

Permalink
Merge pull request #5 from criar-art/fix/keywords
Browse files Browse the repository at this point in the history
Fix/keywords
  • Loading branch information
lucasferreiralimax authored Jul 5, 2024
2 parents bd8223b + aa948c6 commit 2fe2554
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 12 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,26 @@
{
"name": "angular-techs-logos-spa",
"version": "0.1.14",
"version": "0.1.16",
"author": "lucasferreiralimax (https://github.com/lucasferreiralimax)",
"repository": "https://github.com/criar-art/angular-techs-logos",
"bugs": {
"url": "https://github.com/criar-art/angular-techs-logos/issues"
},
"keywords": [
"angular",
"components",
"svg",
"logos",
"techs",
"ui"
],
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:module": "ng build angular-techs-logos",
"version": "npm version patch && cd projects/angular-techs-logos && npm version patch",
"publish": "cd dist/angular-techs-logos && npm publish",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"svg": "svg-generator"
Expand Down
10 changes: 9 additions & 1 deletion projects/angular-techs-logos/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
{
"name": "angular-techs-logos",
"version": "0.1.14",
"version": "0.1.15",
"public": true,
"author": "lucasferreiralimax (https://github.com/lucasferreiralimax)",
"repository": "https://github.com/criar-art/angular-techs-logos",
"bugs": {
"url": "https://github.com/criar-art/angular-techs-logos/issues"
},
"keywords": [
"angular",
"components",
"svg",
"logos",
"techs",
"ui"
],
"peerDependencies": {
"@angular/common": "^18.0.0",
"@angular/core": "^18.0.0"
Expand Down

0 comments on commit 2fe2554

Please sign in to comment.