Skip to content

Commit 4a3409f

Browse files
committed
docs: included package keywords
1 parent 9974aa9 commit 4a3409f

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
"name": "nuxt-redmine",
33
"version": "0.0.2",
44
"description": "Redmine REST API integration for Nuxt",
5+
"keywords": [
6+
"redmine",
7+
"nuxt",
8+
"nuxt-api",
9+
"nuxt-module",
10+
"issue-tracking",
11+
"project-management"
12+
],
13+
"author": "Vsevolod Girenko <vs.girenko@mail.ru>",
514
"repository": "https://github.com/sauromates/nuxt-redmine",
615
"bugs": "https://github.com/sauromates/nuxt-redmine/issues",
716
"license": "MIT",
@@ -47,4 +56,4 @@
4756
"prettier": "^3.1.1",
4857
"vitest": "^0.33.0"
4958
}
50-
}
59+
}

0 commit comments

Comments
 (0)