@nyaomaru/divider 1.8.16 → 1.8.18

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 +3 -17
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -248,22 +248,8 @@ const result = divider('a, ,b', ',', {
248
248
 
249
249
  ## 🛠 Contributing
250
250
 
251
- Welcome your contributions! If you want to add features or fix issues, feel free to submit a PR!
251
+ We welcome contributions!
252
252
 
253
- ### Setup
253
+ Please read our [CONTRIBUTING.md](./CONTRIBUTING.md) guide before submitting a PR.
254
254
 
255
- ```sh
256
- pnpm install
257
- ```
258
-
259
- ### Test
260
-
261
- ```sh
262
- pnpm test
263
- ```
264
-
265
- ### Contribution Guidelines
266
-
267
- - If you add new functions, please add corresponding tests in the `tests` directory.
268
- - No strict rules—just keep it clean and readable!
269
- - Thank you for your contribution. 😺
255
+ Thank you for your contribution. 😺
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nyaomaru/divider",
3
3
  "type": "module",
4
- "version": "1.8.16",
4
+ "version": "1.8.18",
5
5
  "description": "To divide string or string[] with a given separator",
6
6
  "main": "./dist/index.cjs",
7
7
  "module": "./dist/index.js",