Skip to content

Commit 6c72915

Browse files
committed
chore: package meta
1 parent cbe7917 commit 6c72915

4 files changed

Lines changed: 19 additions & 1 deletion

File tree

.changeset/puny-aliens-shine.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@hydrofoil/sparql-processor": patch
3+
---
4+
5+
Update package `files` meta

.changeset/spotty-jars-say.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@hydrofoil/shape-to-query": patch
3+
"@hydrofoil/sparql-processor": patch
4+
---
5+
6+
Update package `repository` meta

packages/processor/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,17 @@
88
"test": "mocha --recursive \"test/**/*.test.ts\""
99
},
1010
"files": [
11+
"CHANGELOG.md",
1112
"*.js",
1213
"*.d.ts",
1314
"util/*.js",
1415
"util/*.d.ts"
1516
],
17+
"repository": {
18+
"type": "git",
19+
"url": "https://github.com/hypermedia-app/shape-to-query",
20+
"directory": "packages/processor"
21+
},
1622
"dependencies": {
1723
"@types/sparqljs": "^3.1.11",
1824
"@zazuko/prefixes": "^2.4.0",

packages/shape-to-query/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
],
2121
"repository": {
2222
"type": "git",
23-
"url": "https://github.com/hypermedia-app/shape-to-query"
23+
"url": "https://github.com/hypermedia-app/shape-to-query",
24+
"directory": "packages/shape-to-query"
2425
},
2526
"homepage": "https://shape-to-query.hypermedia.app/docs",
2627
"dependencies": {

0 commit comments

Comments
 (0)