We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0302359 commit 053e95fCopy full SHA for 053e95f
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "yup",
3
- "version": "0.28.0",
+ "version": "0.28.1",
4
"description": "Dead simple Object schema validation",
5
"main": "lib/index.js",
6
"module": "es/index.js",
@@ -25,9 +25,11 @@
25
],
26
"repository": {
27
"type": "git",
28
- "url": "https://github.com/jquense/yup.git"
+ "url": "git+https://github.com/jquense/yup.git"
29
+ },
30
+ "author": {
31
+ "name": "@monasticpanic Jason Quense"
32
},
- "author": "@monasticpanic Jason Quense",
33
"license": "MIT",
34
"bugs": {
35
"url": "https://github.com/jquense/yup/issues"
@@ -100,5 +102,7 @@
100
102
"property-expr": "^1.5.0",
101
103
"synchronous-promise": "^2.0.6",
104
"toposort": "^2.0.2"
- }
105
106
+ "readme": "ERROR: No README data found!",
107
+ "_id": "yup@0.28.0"
108
}
0 commit comments