Skip to content

Commit

Permalink
chore: update tap (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
wkillerud committed Apr 15, 2024
1 parent 77b4874 commit 01fed64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -13,3 +13,4 @@ tmp/**/*
.idea
.idea/**/*
coverage
.tap/
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -32,7 +32,7 @@
"scripts": {
"prepublishOnly": "npm run build",
"build": "rollup -c",
"test": "tap test/*.js",
"test": "tap --disable-coverage --allow-empty-coverage test/*.js",
"lint": "eslint . --ignore-pattern '/dist/'",
"lint:fix": "eslint --fix . --ignore-pattern '/dist/'"
},
Expand All @@ -52,6 +52,6 @@
"eslint-plugin-prettier": "4.2.1",
"prettier": "2.8.8",
"rollup": "4.14.3",
"tap": "15.2.3"
"tap": "18.7.2"
}
}

0 comments on commit 01fed64

Please sign in to comment.