Skip to content

Commit 4d8df6d

Browse files
committed
fix deprecation warning, bump patch version
1 parent b6a48a7 commit 4d8df6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "resolve-url-loader",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Webpack loader that resolves relative paths in url() statements based on the original source file",
55
"main": "index.js",
66
"repository": {
@@ -26,7 +26,7 @@
2626
},
2727
"homepage": "https://github.com/bholloway/resolve-url-loader",
2828
"dependencies": {
29-
"adjust-sourcemap-loader": "^1.0.0",
29+
"adjust-sourcemap-loader": "^1.1.0",
3030
"camelcase": "^4.0.0",
3131
"convert-source-map": "^1.1.1",
3232
"loader-utils": "^1.0.0",

0 commit comments

Comments
 (0)