Skip to content

Commit 203a52f

Browse files
committed
chore: add keywords to package.json
1 parent b63a424 commit 203a52f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
"version": "0.2.0",
44
"description": "Jest Vue transform",
55
"main": "jest-vue.js",
6+
"keywords": [
7+
"jest",
8+
"vue",
9+
"jest vue",
10+
"jest vue transform",
11+
"jest vue preprocessor",
12+
"jest-vue",
13+
"vue jest",
14+
"vue jest transform",
15+
"vue jest preprocessor"
16+
],
617
"scripts": {
718
"lint": "eslint jest-vue.js test",
819
"lint:fix": "npm run lint -- --fix",

0 commit comments

Comments
 (0)