Skip to content

Commit 8e84abc

Browse files
committed
chore: add keywords to package.json
1 parent 8ddabe6 commit 8e84abc

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

package.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22
"name": "nuxt-utm",
33
"version": "0.1.7",
44
"description": "A Nuxt 3 module for tracking UTM parameters.",
5+
"keywords": [
6+
"nuxt",
7+
"nuxt3",
8+
"utm",
9+
"utm tracking",
10+
"utm parameters",
11+
"analytics",
12+
"marketing",
13+
"ad tracking",
14+
"campaign tracking",
15+
"traffic analysis",
16+
"nuxt module",
17+
"nuxt utm"
18+
],
519
"repository": "stackbuilders/nuxt-utm",
620
"license": "MIT",
721
"type": "module",
@@ -43,4 +57,4 @@
4357
"playwright-core": "^1.39.0",
4458
"vitest": "^0.33.0"
4559
}
46-
}
60+
}

0 commit comments

Comments
 (0)