Skip to content

Commit

Permalink
fix: use prune on package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kshutkin committed Oct 11, 2023
1 parent 8721252 commit 84135eb
Show file tree
Hide file tree
Showing 3 changed files with 185 additions and 46 deletions.
13 changes: 13 additions & 0 deletions .changeset/sharp-owls-perform.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
"@rollup-extras/plugin-angularjs-template-cache": patch
"@rollup-extras/plugin-binify": patch
"@rollup-extras/plugin-clean": patch
"@rollup-extras/plugin-copy": patch
"@rollup-extras/plugin-exec": patch
"@rollup-extras/plugin-externals": patch
"@rollup-extras/plugin-html": patch
"@rollup-extras/plugin-serve": patch
"@rollup-extras/utils": patch
---

use prune on package.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.37.0",
"jest": "^29.5.0",
"pkgbld-internal": "~1.1.1",
"pkgbld-internal": "~1.1.11",
"ts-jest": "^29.1.0"
}
}
216 changes: 171 additions & 45 deletions pnpm-lock.yaml

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

0 comments on commit 84135eb

Please sign in to comment.