Skip to content

Commit

Permalink
Update schema URL; remove trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgreenfield committed Jan 8, 2021
1 parent bb6d1c7 commit 8859839
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adapt-contrib-spoor",
"version": "3.7.0",
"version": "3.8.0-alpha.1",
"framework": ">=5.5",
"homepage": "https://github.com/adaptlearning/adapt-contrib-spoor",
"issues": "https://github.com/adaptlearning/adapt_framework/issues/new",
Expand Down
4 changes: 2 additions & 2 deletions schema/config.schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$anchor": "spoor-config",
"$schema": "http://json-schema.org/draft/2019-09/schema#",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"type": "object",
"$merge": {
"source": {
Expand Down Expand Up @@ -130,7 +130,7 @@
"type": "number",
"title": "Commit retry delay",
"description": "How much of a delay (in milliseconds) to leave between commit retries.",
"default": 2000,
"default": 2000
},
"_suppressErrors": {
"type": "boolean",
Expand Down
2 changes: 1 addition & 1 deletion schema/course.schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$anchor": "spoor-course",
"$schema": "http://json-schema.org/draft/2019-09/schema#",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"type": "object",
"$merge": {
"source": {
Expand Down

0 comments on commit 8859839

Please sign in to comment.