Skip to content

Commit

Permalink
Merge pull request #6 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 d90dbe8 + 3c9f3f8 commit bb42b1f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 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.

11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-techs-logos",
"private": false,
"version": "0.1.14",
"version": "0.1.15",
"type": "module",
"files": [
"dist"
Expand All @@ -14,6 +14,14 @@
"bugs": {
"url": "https://github.com/criar-art/react-techs-logos/issues"
},
"keywords": [
"react",
"components",
"svg",
"techs",
"logos",
"ui"
],
"exports": {
".": {
"import": "./dist/react-techs-logos.js",
Expand All @@ -26,6 +34,7 @@
"test": "vitest",
"build": "tsc && vite build",
"build:module": "tsc && vite build --config vite-module.config.js",
"prod": "npm version patch && npm run build:module && npm publish",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
Expand Down

0 comments on commit bb42b1f

Please sign in to comment.