Skip to content
Merged
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
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,10 @@ jobs:
fail_ci_if_error: true

- name: Build package
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
run: pnpm build

- name: Check package size
run: pnpm size

- name: Package smoke
run: pnpm test:package-smoke

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# react-atom-trigger

[![codecov](https://codecov.io/gh/innrvoice/react-atom-trigger/branch/master/graph/badge.svg)](https://codecov.io/gh/innrvoice/react-atom-trigger)
[![bundle size](https://badgen.net/bundlejs/minzip/react-atom-trigger)](https://bundlejs.com/?q=react-atom-trigger)
[![bundle size](https://codecov.io/github/innrvoice/react-atom-trigger/branch/master/graph/bundle/react-atom-trigger-esm/badge.svg)](https://app.codecov.io/github/innrvoice/react-atom-trigger/bundles/master/react-atom-trigger-esm)

`react-atom-trigger` helps with the usual "run some code when this thing enters or leaves view" problem.
It is a lightweight React alternative to `react-waypoint`, written in TypeScript.
Expand Down
10 changes: 1 addition & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"preview:sb": "pnpm build:sb && npx serve -s storybook-static -l 3000",
"start:storybook": "node scripts/serve-storybook.mjs",
"precommit:checks": "pnpm format:check && pnpm lint && pnpm test",
"size": "size-limit",
"test": "pnpm test:all",
"test:all": "pnpm test:unit && pnpm test:storybook",
"test:coverage": "pnpm test:coverage:unit",
Expand All @@ -67,7 +66,7 @@
"build-storybook": "storybook build -o storybook-static"
},
"devDependencies": {
"@size-limit/preset-small-lib": "^12.1.0",
"@codecov/rollup-plugin": "^1.9.1",
"@storybook/addon-docs": "10.3.4",
"@storybook/addon-vitest": "10.3.4",
"@storybook/react-vite": "10.3.4",
Expand All @@ -84,7 +83,6 @@
"playwright": "^1.59.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"size-limit": "^12.1.0",
"storybook": "10.3.4",
"tsdown": "^0.21.7",
"tslib": "^2.8.0",
Expand All @@ -95,12 +93,6 @@
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"size-limit": [
{
"path": "lib/index.js",
"limit": "5 kB"
}
],
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319",
"pnpm": {
"overrides": {
Expand Down
Loading
Loading