Skip to content

Commit

Permalink
refactor: boyscout rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Evyweb committed Sep 25, 2024
1 parent 773ea4a commit 6c25718
Show file tree
Hide file tree
Showing 18 changed files with 107 additions and 346 deletions.
258 changes: 1 addition & 257 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 5 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts",
"lint": "tsc --noEmit",
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"test:unit": "cd specs/unit && vitest run",
"test:integration": "cd specs/integration && vitest run",
"test": "npm run test:unit && npm run test:integration",
"changeset": "npx changeset",
"changeset:version": "npx changeset version",
"publish:package": "npm run build && npx changeset publish",
"start": "npm run build && node dist/index.js"
"publish:package": "npm run build && npx changeset publish"
},
"keywords": [],
"author": "Evyweb",
Expand All @@ -37,10 +37,6 @@
"ts-node": "^10.9.2",
"tsup": "^8.3.0",
"typescript": "^5.6.2",
"vitest": "^2.1.1",
"vitest-mock-extended": "^2.0.2"
},
"dependencies": {
"ora": "^8.1.0"
"vitest": "^2.1.1"
}
}
Loading

0 comments on commit 6c25718

Please sign in to comment.