Skip to content

Commit

Permalink
chore: move mount-modules
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed May 14, 2023
1 parent 41b712e commit b3b5320
Show file tree
Hide file tree
Showing 21 changed files with 57 additions and 56 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Expand Up @@ -21,7 +21,7 @@
"_test": "pnpm pretest && jest",
"compile": "tsc --build && pnpm run lint --fix"
},
"repository": "https://github.com/pnpm/pnpm/blob/main/packages/mount-modules",
"repository": "https://github.com/pnpm/pnpm/blob/main/modules-mounter/daemon",
"keywords": [
"pnpm8",
"pnpm",
Expand All @@ -32,7 +32,7 @@
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/mount-modules#readme",
"homepage": "https://github.com/pnpm/pnpm/blob/main/modules-mounter/daemon#readme",
"peerDependencies": {
"@pnpm/logger": "^5.0.0"
},
Expand Down
File renamed without changes.
File renamed without changes.
Expand Up @@ -19,16 +19,16 @@
"path": "../../lockfile/lockfile-utils"
},
{
"path": "../../store/cafs"
"path": "../../packages/dependency-path"
},
{
"path": "../../store/store-path"
"path": "../../packages/types"
},
{
"path": "../dependency-path"
"path": "../../store/cafs"
},
{
"path": "../types"
"path": "../../store/store-path"
}
],
"composite": true
Expand Down
File renamed without changes.
100 changes: 50 additions & 50 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pnpm-workspace.yaml
Expand Up @@ -12,6 +12,7 @@ packages:
- hooks/*
- lockfile/*
- network/*
- modules-mounter/*
- packages/*
- pkg-manager/*
- pkg-manifest/*
Expand Down

0 comments on commit b3b5320

Please sign in to comment.