Comparing version 3.12.0-next.1597697088.249b4166dfdc01eac9d38b877e95e80ff80678fd to 3.12.0-next.1598183468.865e92140bb823d764fb6300164ee8e4bb7dafb9
@@ -34,3 +34,3 @@ 'use strict' | ||
for (var k in mod) | ||
if (k !== 'default' && Object.hasOwnProperty.call(mod, k)) | ||
if (k !== 'default' && Object.prototype.hasOwnProperty.call(mod, k)) | ||
__createBinding(result, mod, k) | ||
@@ -37,0 +37,0 @@ __setModuleDefault(result, mod) |
{ | ||
"title": "IgnoreFS", | ||
"name": "ignorefs", | ||
"version": "3.12.0-next.1597697088.249b4166dfdc01eac9d38b877e95e80ff80678fd", | ||
"version": "3.12.0-next.1598183468.865e92140bb823d764fb6300164ee8e4bb7dafb9", | ||
"description": "Ignore common and custom patterns of the file system", | ||
@@ -153,3 +153,3 @@ "homepage": "https://github.com/bevry/ignorefs", | ||
"typedoc": "^0.18.0", | ||
"typescript": "^3.9.7", | ||
"typescript": "^4.0.2", | ||
"valid-directory": "^3.0.0" | ||
@@ -156,0 +156,0 @@ }, |
33549