Skip to content

Commit

Permalink
update the package description & keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
mamillastre committed Mar 11, 2024
1 parent 7c62d51 commit b735470
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<h3 align="center">Environment</h3>
<p align="center"><strong><code>@mamillastre/capacitor-environment</code></strong></p>
<p align="center">
Capacitor plugin to manage the environment configurations.
Capacitor plugin to get JSON based environment specific data
</p>

<p align="center">
Expand Down
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mamillastre/capacitor-environment",
"version": "0.0.1",
"description": "Capacitor plugin to manage the environment configurations",
"description": "Capacitor plugin to get JSON based environment specific data",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
Expand Down Expand Up @@ -30,8 +30,13 @@
"keywords": [
"capacitor",
"plugin",
"native",
"environment"
"environment",
"configuration",
"javascript",
"typescript",
"android",
"ios",
"cross-platform"
],
"publishConfig": {
"provenance": true
Expand Down

0 comments on commit b735470

Please sign in to comment.