Skip to content

Commit

Permalink
Merge branch 'master' into drop-object-path
Browse files Browse the repository at this point in the history
  • Loading branch information
bholloway committed Oct 7, 2020
2 parents 4b12ee3 + 401b707 commit 95a5b84
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",
"regex-parser": "2.2.10"
},
"devDependencies": {
Expand Down

0 comments on commit 95a5b84

Please sign in to comment.