deverything 0.3.0 → 0.3.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 +6 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,12 +4,12 @@
4
4
 
5
5
  The promise:
6
6
 
7
- - 1️⃣ **1 package**: say goodbye to lodash, faker, this and that and the other package.
8
- - 0️⃣ **0 dependencies**: keep it simple and lightweight.
9
- - 🏆 **Pick the best**: the code is minimal and uses the best current practices and is optimized for max performance.
10
- - 👪🏼 **Typescript**: use it, support it and export it.
11
- - 🌊 **Intuitive**: favour always the most intuitive API and common usage, _never_ throw errors unless asked.
12
- - 🙈 **Semantic**: use simple function names that are easy to remember, no complicated options.
7
+ - **1️⃣ package**: say goodbye to lodash, faker, this and that and the other package.
8
+ - **0️⃣ dependencies**: keep it simple and lightweight.
9
+ - **🏆 Pick the best**: the code is minimal and uses the best current practices and is optimized for max performance.
10
+ - **👪🏼 Typescript**: use it, support it and export it.
11
+ - **🌊 Intuitive**: favour always the most intuitive API and common usage, _never_ throw errors unless asked.
12
+ - **🙈 Semantic**: use simple function names that are easy to remember, no complicated options.
13
13
 
14
14
  Contributions always welcome!
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "deverything",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Everything you need for Dev",
5
5
  "main": "dist/index.js",
6
6
  "module": "./dist/index.mjs",