Skip to content

Commit b9028b3

Browse files
committed
flag v3 as maintenance, add CTA for v4
1 parent 53c68ae commit b9028b3

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

packages/resolve-url-loader/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
> **I M P O R T A N T**
2+
>
3+
> Version 4 release is imminent. Please try it. More info on the [homepage](https://github.com/bholloway/resolve-url-loader).
4+
>
5+
> Version 3 is now in maintenance mode.
6+
17
# Resolve URL Loader
28

39
[![NPM](https://nodei.co/npm/resolve-url-loader.png)](https://www.npmjs.com/package/resolve-url-loader)

packages/resolve-url-loader/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"main": "index.js",
66
"repository": {
77
"type": "git",
8-
"url": "git+https://github.com/bholloway/resolve-url-loader.git"
8+
"url": "git+https://github.com/bholloway/resolve-url-loader.git",
9+
"directory": "packages/resolve-url-loader"
910
},
1011
"keywords": [
1112
"webpack",
@@ -24,7 +25,7 @@
2425
"bugs": {
2526
"url": "https://github.com/bholloway/resolve-url-loader/issues"
2627
},
27-
"homepage": "https://github.com/bholloway/resolve-url-loader",
28+
"homepage": "https://github.com/bholloway/resolve-url-loader/tree/v3-maintenance/packages/resolve-url-loader",
2829
"engines": {
2930
"node": ">=6.0.0"
3031
},

0 commit comments

Comments
 (0)