Skip to content

Commit ab8f10c

Browse files
committed
Publish extension schemas
1 parent 79d3461 commit ab8f10c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Simple proof-of-concept to validate STAC Items, Catalogs, Collections and core extensions with node.
44

5-
Version: 0.2.0 - supports STAC 1.0.0-beta.1
5+
Version: 0.2.1 - supports STAC 1.0.0-beta.1
66

77
## Setup
88

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stac-node-validator",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "STAC Validator for NodeJS",
55
"author": "Matthias Mohr",
66
"license": "Apache-2.0",
@@ -25,6 +25,7 @@
2525
},
2626
"files": [
2727
"stac-spec/*/json-schema/*.json",
28+
"stac-spec/*/*/json-schema/*.json",
2829
"core.json",
2930
"bin/cli.js",
3031
"index.js"

0 commit comments

Comments
 (0)