typof 1.0.10 → 1.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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -80,7 +80,7 @@ deno add typof
80
80
  Briefly as follows.
81
81
 
82
82
  ```typescript
83
- Typof
83
+ typof
84
84
 
85
85
  ├── typof(value)
86
86
  ├── string(value)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "typof",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "Infer types.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/keift/typof",
@@ -16,8 +16,8 @@
16
16
  },
17
17
  "dependencies": {},
18
18
  "devDependencies": {
19
- "neatlint": "latest",
20
19
  "prettier": "latest",
20
+ "rulint": "latest",
21
21
  "tsup": "latest"
22
22
  },
23
23
  "repository": {