@x-oasis/is-clamped 0.0.10 → 0.0.11

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 +12 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -10,4 +10,16 @@ $ npm i @x-oasis/is-clamped
10
10
 
11
11
  ```typescript
12
12
  import isClamped from '@x-oasis/is-clamped'
13
+ ```
14
+
15
+ ## How to run test
16
+
17
+ ```bash
18
+ $ pnpm test
19
+ ```
20
+
21
+ ## How to run test
22
+
23
+ ```bash
24
+ $ pnpm test
13
25
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@x-oasis/is-clamped",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "description": "clamped function",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",