clean-quotes 1.0.0 → 1.0.2

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 (3) hide show
  1. package/README.md +1 -1
  2. package/index.js +1 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  <img src="https://img.shields.io/badge/License-MIT-yellow.svg">
6
6
  </p>
7
7
 
8
- * ✍️ Normalize quotes, dashes, and ellipsis in strings.
8
+ * ✍️ Clean and standardize punctuation in strings — normalize `quotes`, `single quotes`, `dashes`, and `ellipsis` for `multi-language` text, `emojis` and consistent formatting.
9
9
  * ♻️ Works seamlessly with `CommonJS`, `ESM` and `TypeScript`
10
10
 
11
11
  # 📦 Install via [NPM](https://www.npmjs.com/package/clean-quotes)
package/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * clean-quotes - ✍️ Normalize quotes, dashes, and ellipsis in strings.
3
- * @version: v1.0.0
3
+ * @version: v1.0.2
4
4
  * @link: https://github.com/tutyamxx/clean-quotes
5
5
  * @license: MIT
6
6
  **/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clean-quotes",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "✍️ Normalize quotes, dashes, and ellipsis in strings.",
5
5
  "main": "index.js",
6
6
  "module": "index.js",