@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.
- package/README.md +3 -17
- 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
|
-
|
|
251
|
+
We welcome contributions!
|
|
252
252
|
|
|
253
|
-
|
|
253
|
+
Please read our [CONTRIBUTING.md](./CONTRIBUTING.md) guide before submitting a PR.
|
|
254
254
|
|
|
255
|
-
|
|
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. 😺
|