empower-container 0.1.7 → 0.1.8

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  ## 1) Menubar
8
8
  ### Implementation
9
9
  ```js
10
- import { MenuBar } from 'empoower-container';
10
+ import { MenuBar } from 'empower-container';
11
11
  ```
12
12
  ### Options
13
13
 
@@ -156,7 +156,7 @@ info: 'Sample Information'
156
156
  ## 2) Modal
157
157
  ### Implementation
158
158
  ```js
159
- import { Modal } from 'empoower-container';
159
+ import { Modal } from 'empower-container';
160
160
  ```
161
161
  ### Options
162
162
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "empower-container",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "private": false,
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",