Skip to content

Commit d3a2455

Browse files
committed
fix: updated package.json to include proper package path
1 parent 46c44b2 commit d3a2455

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

packages/node-plop/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
},
1515
"repository": {
1616
"type": "git",
17-
"url": "git+https://github.com/amwmedia/node-plop.git"
17+
"url": "https://github.com/plopjs/plop.git",
18+
"directory": "packages/node-plop"
1819
},
1920
"keywords": [
2021
"plop",
@@ -27,9 +28,8 @@
2728
"author": "Andrew Worcester <[email protected]> (http://amwmedia.com)",
2829
"license": "MIT",
2930
"bugs": {
30-
"url": "https://github.com/amwmedia/node-plop/issues"
31+
"url": "https://github.com/plopjs/plop/issues"
3132
},
32-
"homepage": "https://github.com/amwmedia/node-plop#readme",
3333
"engines": {
3434
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
3535
},

packages/plop/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"type": "module",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/plopjs/plop.git"
9+
"url": "https://github.com/plopjs/plop.git",
10+
"directory": "packages/plop"
1011
},
1112
"keywords": [
1213
"generator",

0 commit comments

Comments
 (0)