Skip to content

Commit

Permalink
feat: create pkg-with-bundle-dependencies-true (#9)
Browse files Browse the repository at this point in the history
* feat: create pkg-with-bundle-dependencies-true

* Update package.json

---------

Co-authored-by: Zoltan Kochan <z@kochan.io>
  • Loading branch information
jlivak and zkochan committed Dec 14, 2023
1 parent ddcb263 commit ecb8884
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/registry-mock",
"version": "3.16.0",
"version": "3.17.0",
"description": "Mock the npm registry",
"main": "dist/index.js",
"bin": "dist/bin/pnpm-registry-mock.js",
Expand Down
13 changes: 13 additions & 0 deletions packages/pkg-with-bundle-dependencies-true/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "@pnpm.e2e/pkg-with-bundle-dependencies-true",
"version": "1.0.0",
"bundleDependencies": true,
"scripts": {
"prepublishOnly": "npm install --ignore-scripts --no-package-lock"
},
"dependencies": {
"@pnpm/x": "^1.0.0",
"@pnpm/y": "^1.0.0",
"@pnpm/z": "^1.0.0"
}
}

0 comments on commit ecb8884

Please sign in to comment.