mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-17 06:20:12 +01:00
Remove require("os") from helpers to reduce dependencies for browser scenarios.
This commit is contained in:
parent
9ec14f13a1
commit
fd24b9552b
4 changed files with 20 additions and 20 deletions
|
|
@ -44,7 +44,6 @@ function config(options) {
|
|||
"resolve": {
|
||||
"fallback": {
|
||||
"fs": false,
|
||||
"os": false,
|
||||
"path": false,
|
||||
"util": false
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue