@ops-ai/svelte-feature-flags-toggly 1.0.1 → 1.0.3
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/package.json +2 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ops-ai/svelte-feature-flags-toggly",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Provides feature flags support for Svelte applications allowing you to enable and disable features easily. Can be used with or without Toggly.io.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/svelte-feature-flags-toggly.cjs",
|
|
@@ -41,8 +41,7 @@
|
|
|
41
41
|
"license": "BSD-3-Clause",
|
|
42
42
|
"repository": {
|
|
43
43
|
"type": "git",
|
|
44
|
-
"url": "
|
|
45
|
-
"directory": "Toggly.FeatureManagement/Toggly.FeatureManagement.Svelte/svelte-feature-flags-toggly"
|
|
44
|
+
"url": "https://github.com/ops-ai/Toggly.FeatureManagement"
|
|
46
45
|
},
|
|
47
46
|
"bugs": {
|
|
48
47
|
"url": "https://github.com/ops-ai/Toggly.FeatureManagement/issues"
|