We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0323a4f commit b87cabcCopy full SHA for b87cabc
.npmrc
@@ -1,3 +1,13 @@
1
+//registry.npmjs.org/:_authToken=${NPM_TOKEN}
2
+
3
+# npm options
4
+auth-type=legacy
5
6
# pnpm options
7
+always-auth = true
8
+auto-install-peers = true
9
enable-pre-post-scripts = true
10
+link-workspace-packages = false
11
shamefully-hoist = true
12
+shared-workspace-lockfile = true
13
+strict-peer-dependencies = false
package.json
@@ -1,6 +1,6 @@
{
"name": "webpack-manifest-plugin",
- "version": "5.0.0",
+ "version": "5.0.1",
"description": "A Webpack Plugin for generating Asset Manifests",
"license": "MIT",
"repository": "shellscape/webpack-manifest-plugin",
0 commit comments