diff --git a/package.json b/package.json index b5c6d27..dd90fd1 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "glob-gitignore", - "version": "1.0.14", + "version": "1.0.15", "description": "Extends `glob` with support for filtering files according to gitignore rules and exposes an optional Promise API with NO performance issues", "main": "src/index.js", "scripts": { "test": "nyc ava --timeout=10s --no-worker-threads", "test-no-report": "NODE_DEBUG=ignore-nested nyc ava --timeout=10s --verbose --no-worker-threads", "lint": "eslint .", - "posttest": "nyc report --reporter=text-lcov > coverage.lcov && codecov" + "// posttest": "nyc report --reporter=text-lcov > coverage.lcov && codecov" }, "files": [ "src/", @@ -43,16 +43,15 @@ "devDependencies": { "ava": "^4.0.1", "codecov": "^3.8.3", - "nyc": "^12.0.2", + "eslint": "^5.1.0", "eslint-config-ostai": "^1.1.0", "eslint-plugin-import": "^2.13.0", - "eslint": "^5.1.0" + "nyc": "^12.0.2" }, "dependencies": { "glob": "^7.1.2", "ignore": "^5.0.0", - "lodash.difference": "^4.5.0", - "lodash.union": "^4.6.0", + "lodash": "^4.17.21", "make-array": "^1.0.5", "util.inherits": "^1.0.3" }