@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.
Files changed (2) hide show
  1. package/README.md +1 -3
  2. package/package.json +4 -2
package/README.md CHANGED
@@ -1,8 +1,6 @@
1
1
  # @showwhat/core
2
2
 
3
- > **Most users should install [`showwhat`](../showwhat) instead.** This package contains the low-level engine internals. The `showwhat` package re-exports everything from `@showwhat/core` and adds the main `showwhat()` entry point.
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.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
  ],