Skip to content

Commit 4c5412a

Browse files
committed
add DEPRECATED console.log
1 parent c3a48cb commit 4c5412a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
* Expose `pathtoRegexp`.
33
*/
44
module.exports = pathtoRegexp;
5+
console.log("DEPRECATED use https://github.com/pillarjs/path-to-regexp");
56

67
/**
78
* The main path matching regexp utility.

0 commit comments

Comments
 (0)