diff options
Diffstat (limited to 'vanilla/node_modules/picomatch/posix.js')
| -rw-r--r-- | vanilla/node_modules/picomatch/posix.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vanilla/node_modules/picomatch/posix.js b/vanilla/node_modules/picomatch/posix.js new file mode 100644 index 0000000..d2f2bc5 --- /dev/null +++ b/vanilla/node_modules/picomatch/posix.js @@ -0,0 +1,3 @@ +'use strict'; + +module.exports = require('./lib/picomatch'); |
