Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# This is a Github Workflow that runs tests on any push or pull request.
# If the tests pass and this is a push to the master branch it also runs Semantic Release.
name: CI
on: [push, pull_request]

Expand Down Expand Up @@ -63,7 +61,7 @@ jobs:
coverage
package.json
retention-days: 1

release:
name: Release ${{ github.ref }}
needs: test
Expand Down
98 changes: 0 additions & 98 deletions .github/workflows/codeql.yml

This file was deleted.

10 changes: 0 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
node_modules/
coverage/
package/
reports/
build/
docs/.vitepress/cache/
yarn.lock
pnpm-lock.yaml
temp
jsr.json
.npmrc
package-lite.json
package-main.json
13 changes: 0 additions & 13 deletions .size-limit.json

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2025 Webpod
Copyright (c) 2026 Webpod

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading
Loading