mol_key 0.0.2 → 0.0.3

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 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -13,7 +13,7 @@ Returns string key for any value.
13
13
  npm install mol_key
14
14
  ```
15
15
 
16
- 7KB [![](https://badgen.net/bundlephobia/minzip/mol_key)](https://bundlephobia.com/package/mol_key)
16
+ 1KB [![](https://badgen.net/bundlephobia/minzip/mol_key)](https://bundlephobia.com/package/mol_key)
17
17
 
18
18
  ```ts
19
19
  import { $mol_key as key } from 'mol_key'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mol_key",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "main": "node.js",
5
5
  "module": "node.esm.js",
6
6
  "browser": "web.js",