@flarehr/promoted-benefits-ui 1.0.7 → 1.0.9

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/package.json +1 -1
  2. package/README.md +0 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flarehr/promoted-benefits-ui",
3
- "version": "1.0.7",
3
+ "version": "1.0.9",
4
4
  "description": "Flare Promoted Benefits",
5
5
  "license": "MIT",
6
6
  "files": [
package/README.md DELETED
@@ -1,11 +0,0 @@
1
- # promoted-benefits-ui web component
2
-
3
- ## CLI Commands
4
-
5
- - `npm install`: Installs dependencies
6
-
7
- - `npm start`: Run a development, HMR server
8
-
9
- - `npm run build`: Production-ready build
10
-
11
- - `npm run lint`: Pass TypeScript files using ESLint