@thetally/toolbox 1.0.0 → 1.1.0

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 +5 -0
  2. package/package.json +2 -2
package/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # Tally's Toolbox
2
+ this is her toolbox.
3
+ It contains a bunch of typescript functions useful to her and maybe even you!
4
+
5
+ (also [kat](https://github.com/autothekat/) wants a mention so here it is. she helped with jsdocs.)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thetally/toolbox",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
4
4
  "description": "Core utils and helpers for nodejs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -15,7 +15,7 @@
15
15
  "build": "tsup src/index.ts --format esm,cjs --dts"
16
16
  },
17
17
  "files": [
18
- "dist"
18
+ "dist", "README.md"
19
19
  ],
20
20
  "keywords": ["utility", "debounce", "sleep"],
21
21
  "author": "",