File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 44 "scripts" : {
55 "test" : " npm run check-markdown && npm run check-examples" ,
66 "check-markdown" : " remark . -f -r .github/remark.yaml" ,
7- "check-examples" : " stac-node-validator . --lint --verbose --schemaMap https://stac-extensions.github.io/template /v1.0.0/schema.json=./json-schema/schema.json" ,
8- "format-examples" : " stac-node-validator . --format --schemaMap https://stac-extensions.github.io/template /v1.0.0/schema.json=./json-schema/schema.json"
7+ "check-examples" : " stac-node-validator . --lint --verbose --schemaMap https://stac-extensions.github.io/storage /v1.0.0/schema.json=./json-schema/schema.json" ,
8+ "format-examples" : " stac-node-validator . --format --schemaMap https://stac-extensions.github.io/storage /v1.0.0/schema.json=./json-schema/schema.json"
99 },
1010 "dependencies" : {
11+ "babel" : " ^6.23.0" ,
1112 "remark-cli" : " ^8.0.0" ,
1213 "remark-lint" : " ^7.0.0" ,
1314 "remark-lint-no-html" : " ^2.0.0" ,
You can’t perform that action at this time.
0 commit comments