Skip to content

Commit 143a72c

Browse files
committed
Tidy up dependencies
- upgraded loader-utils with node 8.9 requirement
1 parent 8557f80 commit 143a72c

File tree

2 files changed

+19
-16
lines changed

2 files changed

+19
-16
lines changed

package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"version": "2.0.0",
44
"description": "Webpack loader that adjusts source maps",
55
"main": "index.js",
6+
"engines": {
7+
"node": ">=8.9"
8+
},
69
"repository": {
710
"type": "git",
811
"url": "git+https://github.com/bholloway/adjust-sourcemap-loader.git"
@@ -23,7 +26,7 @@
2326
},
2427
"homepage": "https://github.com/bholloway/adjust-sourcemap-loader",
2528
"dependencies": {
26-
"loader-utils": "1.2.3",
29+
"loader-utils": "^2.0.0",
2730
"object-path": "0.11.4",
2831
"regex-parser": "2.2.10"
2932
},

0 commit comments

Comments
 (0)