@x-oasis/is-clamped 0.0.14 → 0.0.16

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