Skip to content

Commit

Permalink
Tidy up dependencies
Browse files Browse the repository at this point in the history
- upgraded loader-utils with node 8.9 requirement
  • Loading branch information
TrySound committed Aug 20, 2020
1 parent 8557f80 commit 143a72c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 16 deletions.
30 changes: 15 additions & 15 deletions package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "2.0.0",
"description": "Webpack loader that adjusts source maps",
"main": "index.js",
"engines": {
"node": ">=8.9"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bholloway/adjust-sourcemap-loader.git"
Expand All @@ -23,7 +26,7 @@
},
"homepage": "https://github.com/bholloway/adjust-sourcemap-loader",
"dependencies": {
"loader-utils": "1.2.3",
"loader-utils": "^2.0.0",
"object-path": "0.11.4",
"regex-parser": "2.2.10"
},
Expand Down

0 comments on commit 143a72c

Please sign in to comment.