Skip to content

Commit

Permalink
1.0.15: upgrade dep
Browse files Browse the repository at this point in the history
CI: temp disable codecov
  • Loading branch information
kaelzhang committed Sep 24, 2024
1 parent 904962c commit 6604471
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -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/",
Expand Down Expand Up @@ -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"
}
Expand Down

0 comments on commit 6604471

Please sign in to comment.