Skip to content

Commit

Permalink
chore: increase coverage and add adapter/conflicter to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed May 10, 2023
1 parent d69760b commit bad8f3d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .c8rc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"checkCoverage": true,
"lines": 85,
"branches": 85,
"statements": 85
"lines": 80,
"branches": 80,
"statements": 80
}
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ workspaces/*/build/**
workspaces/*/dist/**
workspaces/*/coverage/**
package-lock.json
fixtures/**

9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"type": "module",
"workspaces": [
"./workspaces/namespace",
"./workspaces/types"
"./workspaces/types",
"./workspaces/adapter",
"./workspaces/conflicter"
],
"scripts": {
"prebuild": "npm run clean",
Expand All @@ -31,6 +33,11 @@
"typescript": "^4.9.4",
"xo": "^0.53.1"
},
"overrides": {
"xo": {
"eslint-plugin-unicorn": "47.0.0"
}
},
"engines": {
"node": "^16.13.0 || >=18.12.0"
}
Expand Down

0 comments on commit bad8f3d

Please sign in to comment.