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