configcat-vue 0.1.4 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +3 -1
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "configcat-vue",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.1
|
|
4
|
+
"version": "1.0.1",
|
|
5
|
+
"description": "A simple and easy to use Vue3 plugin for using ConfigCat Feature Flags in your Vue.js Application",
|
|
6
|
+
"keywords": ["ConfigCat", "vue feature flags", "vuejs feature flags", "feature management", "feature flags", "configcat vue"],
|
|
5
7
|
"author": "Chavez Harris",
|
|
6
8
|
"private": false,
|
|
7
9
|
"files": ["dist"],
|