Skip to content

Commit 7084ba1

Browse files
add uri-js dependency
1 parent 975ebdd commit 7084ba1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "stac-extensions",
2+
"name": "stac-extension-authentication",
33
"version": "1.1.0",
44
"scripts": {
55
"test": "npm run check-markdown && npm run check-examples",
@@ -15,6 +15,7 @@
1515
"remark-preset-lint-markdown-style-guide": "^3.0.0",
1616
"remark-preset-lint-recommended": "^4.0.0",
1717
"remark-validate-links": "^10.0.0",
18-
"stac-node-validator": "^1.0.0"
18+
"stac-node-validator": "^1.3.0",
19+
"uri-js": "^4.4.1"
1920
}
2021
}

0 commit comments

Comments
 (0)