string-tuner 1.0.0 → 1.0.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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # String Tuner
2
- ## A multitool package that help you manage strings fast and easy.
2
+ ## A multitool package that helps you manage strings fast and easy.
3
3
 
4
4
  Fine-tune your strings the way you like it. A tool made by a dev for devs.
5
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "string-tuner",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Multitool for string manipulation and analysis.",
5
5
  "main": "/dist/index.js",
6
6
  "module": "./dist/index.mjs",