Skip to content

Commit 088422a

Browse files
replace template
1 parent a8e5ac5 commit 088422a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
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",

0 commit comments

Comments
 (0)