Skip to content

Commit

Permalink
Merge pull request #54 from Eyas/master
Browse files Browse the repository at this point in the history
Bump Schema-DTS to 0.5.0
  • Loading branch information
Eyas authored Jan 13, 2020
2 parents 272a952 + 8d463f2 commit 4cca32c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "schema-dts",
"version": "0.4.5",
"version": "0.5.0",
"displayName": "schema-dts: Strongly-typed Schema.org vocabulary declarations",
"description": "A TypeScript package with latest Schema.org Schema Typings",
"authors": [
Expand Down Expand Up @@ -37,4 +37,4 @@
"bugs": "https://github.com/google/schema-dts/issues",
"repository": "github:google/schema-dts",
"license": "Apache-2.0"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "schema-dts-gen",
"version": "0.4.5",
"version": "0.5.0",
"displayName": "schema-dts Generator",
"description": "Generate TypeScript Definitions for Schema.org Schema",
"authors": [
Expand Down Expand Up @@ -63,4 +63,4 @@
"build-gen": "tsc -p src",
"test": "tsc -p src && tsc -p tests/ && jasmine --config=tests/support/jasmine.json"
}
}
}

0 comments on commit 4cca32c

Please sign in to comment.