We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ad0453 commit 4efb2bdCopy full SHA for 4efb2bd
.changeset/calm-snakes-wear.md
@@ -0,0 +1,5 @@
1
+---
2
+"@knide/pathnorm": patch
3
4
+
5
+fix: add directory field to repository in package.json
package/package.json
@@ -47,7 +47,8 @@
47
"license": "MIT",
48
"repository": {
49
"type": "git",
50
- "url": "https://github.com/stacknide/pathnorm"
+ "url": "https://github.com/stacknide/pathnorm.git",
51
+ "directory": "package"
52
},
53
"bugs": {
54
"url": "https://github.com/stacknide/pathnorm/issues"
0 commit comments