Skip to content

Commit a865f53

Browse files
committed
chore: add repository.directory in package.json files
1 parent 6c01655 commit a865f53

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

packages/iframe-plugin/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
"license": "MIT",
7575
"repository": {
7676
"type": "git",
77+
"directory": "packages/iframe-plugin",
7778
"url": "git+ssh://[email protected]/native-html/plugins.git"
7879
},
7980
"publishConfig": {

packages/plugins-core/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"license": "MIT",
6363
"repository": {
6464
"type": "git",
65+
"directory": "packages/plugins-core",
6566
"url": "git+ssh://[email protected]/native-html/plugins.git"
6667
},
6768
"publishConfig": {

packages/table-plugin/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
"license": "MIT",
8080
"repository": {
8181
"type": "git",
82+
"directory": "packages/table-plugin",
8283
"url": "git+ssh://[email protected]/native-html/plugins.git"
8384
},
8485
"publishConfig": {

0 commit comments

Comments
 (0)