Skip to content

Commit

Permalink
0.3.1:
Browse files Browse the repository at this point in the history
- Added support for Angular 17.
- Replaced yarn with npm.
- Replaced istanbul with c8.
  • Loading branch information
lVlyke committed Dec 19, 2023
1 parent 69a536f commit 6b43e2c
Show file tree
Hide file tree
Showing 7 changed files with 4,650 additions and 2,380 deletions.
5 changes: 5 additions & 0 deletions .c8rc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"reporter": ["text", "lcov", "cobertura"],
"all": true,
"include": ["spec/build/src/**"]
}
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
registry=https://registry.yarnpkg.com
registry=https://registry.npmjs.org
2 changes: 1 addition & 1 deletion coverage/coverage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 6b43e2c

Please sign in to comment.