Skip to content

Commit 909c9bb

Browse files
committed
feat: add pnpm plugin package
1 parent 3c1c172 commit 909c9bb

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pnpm/registry-mock",
3-
"version": "4.5.0",
3+
"version": "4.6.0",
44
"description": "Mock the npm registry",
55
"main": "dist/index.js",
66
"bin": "dist/bin/pnpm-registry-mock.js",
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"name": "@pnpm/plugin-pnpmfile",
3+
"version": "1.0.0"
4+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
module.exports = {
2+
hooks: {
3+
updateConfig: (config) => ({
4+
...config,
5+
nodeLinker: 'hoisted',
6+
}),
7+
}
8+
}

0 commit comments

Comments
 (0)