Skip to content

Commit b035675

Browse files
visualfanatichaoqunjiang
authored andcommitted
chore: add repository.directory field to each package.json to specify where each package lives in a monorepo (#3397)
1 parent e704bbb commit b035675

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/vuejs/vue-cli.git"
11+
"url": "git+https://github.com/vuejs/vue-cli.git",
12+
"directory": "packages/@vue/eslint-config-prettier"
1213
},
1314
"keywords": [
1415
"vue",

0 commit comments

Comments
 (0)