@e1011/es-kit 1.0.8 → 1.0.10

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 +12 -12
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,20 +1,20 @@
1
- <h1 align="center">Welcome to @earlorg/redux-kit 👋</h1>
1
+ <h1 align="center">Welcome to @e1011/es-kit 👋</h1>
2
2
  <p>
3
- <a href="https://www.npmjs.com/package/@earlorg/redux-kit" target="_blank">
4
- <img alt="Version" src="https://img.shields.io/npm/v/@earlorg/redux-kit.svg">
3
+ <a href="https://www.npmjs.com/package/@e1011/es-kit" target="_blank">
4
+ <img alt="Version" src="https://img.shields.io/npm/v/@e1011/es-kit.svg">
5
5
  </a>
6
- <a href="https://github.com/edgar0011/redux-kit#readme" target="_blank">
6
+ <a href="https://github.com/edgar0011/e1011-es-kit#readme" target="_blank">
7
7
  <img alt="Documentation" src="https://img.shields.io/badge/documentation-yes-brightgreen.svg" />
8
8
  </a>
9
- <a href="https://github.com/edgar0011/redux-kit/graphs/commit-activity" target="_blank">
9
+ <a href="https://github.com/edgar0011/e1011-es-kit/graphs/commit-activity" target="_blank">
10
10
  <img alt="Maintenance" src="https://img.shields.io/badge/Maintained%3F-yes-green.svg" />
11
11
  </a>
12
- <a href="https://github.com/edgar0011/redux-kit/blob/master/LICENSE" target="_blank">
13
- <img alt="License: MIT" src="https://img.shields.io/github/license/edgar0011/@earlorg/redux-kit" />
12
+ <a href="https://github.com/edgar0011/e1011-es-kit/blob/master/LICENSE" target="_blank">
13
+ <img alt="License: MIT" src="https://img.shields.io/github/license/edgar0011/@e1011/es-kit" />
14
14
  </a>
15
15
  </p>
16
16
 
17
- > redux configuration helpers utils, custom combine reducers, dynamic reducer adding, saga
17
+ > UI, Utils, Hooks, Helpers for VanillaJS and React based apps
18
18
 
19
19
  ## Install
20
20
 
@@ -25,7 +25,7 @@ yarn install
25
25
  ## Run tests
26
26
 
27
27
  ```sh
28
- yarn test
28
+ yarn run test
29
29
  ```
30
30
 
31
31
  ## Author
@@ -41,8 +41,8 @@ Give a ⭐️ if this project helped you!
41
41
 
42
42
  ## 📝 License
43
43
 
44
- Copyright © 2021 [Martin Weiser](https://github.com/edgar0011).<br />
45
- This project is [MIT](https://github.com/edgar0011/redux-kit/blob/master/LICENSE) licensed.
44
+ Copyright © 2023 [Martin Weiser](https://github.com/edgar0011).<br />
45
+ This project is [MIT](https://github.com/edgar0011/e1011-es-kit/blob/master/LICENSE) licensed.
46
46
 
47
47
  ***
48
- _This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_
48
+ _This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@e1011/es-kit",
3
- "version": "1.0.8",
3
+ "version": "1.0.10",
4
4
  "main": "dist/lib/cjs/src/index.js",
5
5
  "module": "dist/lib/esm/src/index.js",
6
6
  "sideEffects": false,