Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
To verify the generator before publishing:

1. Run `npm pack` in this repository to produce a tarball (for example `create-tinker-stack-0.2.2.tgz`).
2. In a temporary directory, execute `npx --yes create-tinker-stack@file:/absolute/path/to/create-tinker-stack-0.2.2.tgz`.
2. In a temporary directory, execute `npx --yes create-tinker-stack@file://$(pwd)/create-tinker-stack-0.2.3.tgz`.
- Replace the path with the absolute path to the tarball from step 1 (npm `create` does not currently support `file:` specifiers).
9 changes: 1 addition & 8 deletions template/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
"@repo/eslint-config": "*",
"@repo/typescript-config": "*"
},
"peerDependencies": {
"msw": "^2.4.9"
},
"engines": {
"node": ">=22.0.0"
},
Expand All @@ -42,9 +39,5 @@
"*.{json,md}": [
"prettier --write"
]
},
"dependencies": {
"memoize": "^10.0.0",
"msw": "^2.4.9"
}
}
}
4 changes: 2 additions & 2 deletions template/mock-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@repo/api": "*",
"@repo/mock-data": "2024.0.0",
"@repo/mock-data": "*",
"@tinyhttp/cookie": "^2.1.1",
"memoize": "^10.0.0",
"msw": "^2.4.9",
Expand Down Expand Up @@ -59,4 +59,4 @@
"prettier --write"
]
}
}
}