lay-sing 0.1.0 → 0.1.1
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 -3
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
| | |
|
|
2
|
-
| ------- | -------------------------- |
|
|
3
1
|
| English | [简体中文](./README-zh.md) |
|
|
2
|
+
| ------- | -------------------------- |
|
|
3
|
+
| | |
|
|
4
4
|
|
|
5
5
|
# `lay-sing`
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
TypeScript utilities for compile-time type validation and testing
|
|
8
8
|
|
|
9
9
|
## What is it
|
|
10
10
|
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lay-sing",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "",
|
|
3
|
+
"version": "0.1.1",
|
|
4
|
+
"description": "TypeScript utilities for compile-time type validation and testing",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
|
-
"url": "https://github.com/Leawind/lay-sing.git"
|
|
7
|
+
"url": "git+https://github.com/Leawind/lay-sing.git"
|
|
8
8
|
},
|
|
9
9
|
"license": "MIT",
|
|
10
10
|
"main": "./esm/index.js",
|