Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "webpack-sources",
"version": "3.5.0",
"description": "Source code handling classes for webpack",
"keywords": [

Check failure on line 5 in package.json

View workflow job for this annotation

GitHub Actions / lint

Replace `⏎····"webpack",⏎····"source-map"⏎··` with `"webpack",·"source-map"`
"webpack",
"source-map"
],
Expand All @@ -18,7 +18,7 @@
"author": "Tobias Koppers @sokra",
"main": "lib/index.js",
"types": "types.d.ts",
"files": [

Check failure on line 21 in package.json

View workflow job for this annotation

GitHub Actions / lint

Replace `⏎····"lib/",⏎····"types.d.ts"⏎··` with `"lib/",·"types.d.ts"`
"lib/",
"types.d.ts"
],
Expand Down Expand Up @@ -55,7 +55,7 @@
"source-map": "^0.7.3",
"sourcemap-validator": "^2.1.0",
"tinybench": "^6.0.0",
"tooling": "webpack/tooling#v1.26.2",
"tooling": "webpack/tooling#v1.26.3",
"typescript": "^6.0.2",
"webpack": "^5.99.9"
},
Expand Down
Loading