Skip to content

Commit 053e95f

Browse files
committedJan 28, 2020
Publish v0.28.1
1 parent 0302359 commit 053e95f

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed
 

‎package.json

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yup",
3-
"version": "0.28.0",
3+
"version": "0.28.1",
44
"description": "Dead simple Object schema validation",
55
"main": "lib/index.js",
66
"module": "es/index.js",
@@ -25,9 +25,11 @@
2525
],
2626
"repository": {
2727
"type": "git",
28-
"url": "https://github.com/jquense/yup.git"
28+
"url": "git+https://github.com/jquense/yup.git"
29+
},
30+
"author": {
31+
"name": "@monasticpanic Jason Quense"
2932
},
30-
"author": "@monasticpanic Jason Quense",
3133
"license": "MIT",
3234
"bugs": {
3335
"url": "https://github.com/jquense/yup/issues"
@@ -100,5 +102,7 @@
100102
"property-expr": "^1.5.0",
101103
"synchronous-promise": "^2.0.6",
102104
"toposort": "^2.0.2"
103-
}
105+
},
106+
"readme": "ERROR: No README data found!",
107+
"_id": "yup@0.28.0"
104108
}

0 commit comments

Comments
 (0)
Please sign in to comment.