Skip to content

Commit

Permalink
Merge branch 'fix'; tag v0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Harvey committed Nov 28, 2018
2 parents 55b1204 + e8fc3e8 commit 39fe6d3
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 23 deletions.
38 changes: 18 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "schemaorg-jsd",
"version": "0.13.0",
"version": "0.13.1",
"description": "JSON Schema validation for JSON-LD files using Schema.org vocabulary.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-typedoc": "^2.2.0",
"gulp-typedoc": "^2.2.1",
"gulp-typescript": "^5.0.0-alpha.3",
"make-dir": "^1.3.0",
"typedoc": "^0.12.0",
Expand Down
2 changes: 1 addition & 1 deletion schema/affiliation.prop.jsd
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
},
"allOf": [
{ "$ref": "memberOf.jsd" },
{ "$ref": "memberOf.prop.jsd" },
{
"anyOf": [
{ "$ref": "#/definitions/ExpectedType" },
Expand Down

0 comments on commit 39fe6d3

Please sign in to comment.