@showwhat/core 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 -3
- package/package.json +4 -2
package/README.md
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
# @showwhat/core
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
Low-level condition engine and schemas for **showwhat** - a lightweight, extensible feature flag library.
|
|
3
|
+
Low-level condition engine and schemas for [`showwhat`](https://www.npmjs.com/package/showwhat) - a lightweight, extensible configuration and feature flag library.
|
|
6
4
|
|
|
7
5
|
## Installation
|
|
8
6
|
|
package/package.json
CHANGED
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@showwhat/core",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "Core rule engine and schemas for showwhat",
|
|
3
|
+
"version": "1.0.1",
|
|
4
|
+
"description": "Core rule engine and schemas for showwhat library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"feature-flags",
|
|
7
7
|
"feature-toggles",
|
|
8
8
|
"rule-engine",
|
|
9
|
+
"configuration",
|
|
9
10
|
"schema",
|
|
11
|
+
"specification",
|
|
10
12
|
"targeting",
|
|
11
13
|
"showwhat"
|
|
12
14
|
],
|