@ops-ai/feature-flags-toggly 1.0.0 → 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 +1 -1
- package/package.json +1 -2
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@ Simply embed our latest bundle from the following CDN.
|
|
|
19
19
|
Alternatively, you can use NPM to manually build the bundled *.js file.
|
|
20
20
|
|
|
21
21
|
```shell
|
|
22
|
-
$ npm
|
|
22
|
+
$ npm i @ops-ai/feature-flags-toggly
|
|
23
23
|
$ cd node_modules/@ops-ai/feature-flags-toggly && npm run build
|
|
24
24
|
```
|
|
25
25
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ops-ai/feature-flags-toggly",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Provides feature flags support for Javascript applications allowing you to enable and disable features easily. Can be used with or without Toggly.io.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -22,7 +22,6 @@
|
|
|
22
22
|
},
|
|
23
23
|
"homepage": "https://github.com/ops-ai/Toggly.FeatureManagement/tree/develop#readme",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"rxjs": "^7.5.7",
|
|
26
25
|
"uuid": "^9.0.0"
|
|
27
26
|
},
|
|
28
27
|
"devDependencies": {
|