Skip to content

Commit

Permalink
Publish v0.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jquense committed Jan 28, 2020
1 parent 0302359 commit 053e95f
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yup",
"version": "0.28.0",
"version": "0.28.1",
"description": "Dead simple Object schema validation",
"main": "lib/index.js",
"module": "es/index.js",
Expand All @@ -25,9 +25,11 @@
],
"repository": {
"type": "git",
"url": "https://github.com/jquense/yup.git"
"url": "git+https://github.com/jquense/yup.git"
},
"author": {
"name": "@monasticpanic Jason Quense"
},
"author": "@monasticpanic Jason Quense",
"license": "MIT",
"bugs": {
"url": "https://github.com/jquense/yup/issues"
Expand Down Expand Up @@ -100,5 +102,7 @@
"property-expr": "^1.5.0",
"synchronous-promise": "^2.0.6",
"toposort": "^2.0.2"
}
},
"readme": "ERROR: No README data found!",
"_id": "yup@0.28.0"
}

0 comments on commit 053e95f

Please sign in to comment.