diff options
| author | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-07-05 22:59:49 +0100 |
|---|---|---|
| committer | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-07-05 22:59:49 +0100 |
| commit | 7a1232659a37832b51d0a564107f8b9bf36ffa5c (patch) | |
| tree | 68ecd3748d296f46692cbcd89bc3fe01f4c9fb9a /174bg | |
| parent | bc570c8d5c94004909a8b558eeece0d7a5632c7a (diff) | |
| download | unnamed-group-7a1232659a37832b51d0a564107f8b9bf36ffa5c.tar unnamed-group-7a1232659a37832b51d0a564107f8b9bf36ffa5c.tar.gz unnamed-group-7a1232659a37832b51d0a564107f8b9bf36ffa5c.tar.bz2 unnamed-group-7a1232659a37832b51d0a564107f8b9bf36ffa5c.tar.xz unnamed-group-7a1232659a37832b51d0a564107f8b9bf36ffa5c.zip | |
remove unnecessary peer declarations from package-lock.json
Diffstat (limited to '174bg')
| -rw-r--r-- | 174bg/handbook/package-lock.json | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/174bg/handbook/package-lock.json b/174bg/handbook/package-lock.json index d43c9e3..6e0c945 100644 --- a/174bg/handbook/package-lock.json +++ b/174bg/handbook/package-lock.json @@ -6793,8 +6793,7 @@ "version": "4.3.0", "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.3.0.tgz", "integrity": "sha512-y6nxMGB1nMW9R6k96e5gdIFzcfL/gTJRNaqGes1YvkLnPVXzWgbqFF2yLC0T8G774n24cx3Pe8XrKoniCOAH+Q==", - "license": "MIT", - "peer": true + "license": "MIT" }, "node_modules/tapable": { "version": "2.3.3", @@ -7028,7 +7027,6 @@ "resolved": "https://registry.npmjs.org/unenv/-/unenv-2.0.0-rc.24.tgz", "integrity": "sha512-i7qRCmY42zmCwnYlh9H2SvLEypEFGye5iRmEMKjcGi7zk9UquigRjFtTLz0TYqr0ZGLZhaMHl/foy1bZR+Cwlw==", "license": "MIT", - "peer": true, "dependencies": { "pathe": "^2.0.3" } @@ -7343,7 +7341,6 @@ "integrity": "sha512-IHzymht98p10JH1zzwdCpbViAqw97HrwKl7+KfZeASFMsYSrIsAULWdPn0LRC5FTUzBpamLNyKCCKxbgXHgRHQ==", "hasInstallScript": true, "license": "Apache-2.0", - "peer": true, "bin": { "workerd": "bin/workerd" }, |
