Skip to content

Commit b87cabc

Browse files
committed
chore(release): v5.0.1
1 parent 0323a4f commit b87cabc

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.npmrc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
2+
3+
# npm options
4+
auth-type=legacy
5+
16
# pnpm options
7+
always-auth = true
8+
auto-install-peers = true
29
enable-pre-post-scripts = true
10+
link-workspace-packages = false
311
shamefully-hoist = true
12+
shared-workspace-lockfile = true
13+
strict-peer-dependencies = false

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpack-manifest-plugin",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "A Webpack Plugin for generating Asset Manifests",
55
"license": "MIT",
66
"repository": "shellscape/webpack-manifest-plugin",

0 commit comments

Comments
 (0)