Skip to content

Commit 4efb2bd

Browse files
committed
fix: add directory field to repository in package.json
1 parent 1ad0453 commit 4efb2bd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.changeset/calm-snakes-wear.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@knide/pathnorm": patch
3+
---
4+
5+
fix: add directory field to repository in package.json

package/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
"license": "MIT",
4848
"repository": {
4949
"type": "git",
50-
"url": "https://github.com/stacknide/pathnorm"
50+
"url": "https://github.com/stacknide/pathnorm.git",
51+
"directory": "package"
5152
},
5253
"bugs": {
5354
"url": "https://github.com/stacknide/pathnorm/issues"

0 commit comments

Comments
 (0)