Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit bee8e10

Browse files
committed
deprecate
1 parent 3ea0144 commit bee8e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
- run: npm run lint
2424
- run: npm run check
2525
- run: npm run test
26-
- run: npm publish --provenance --access public
26+
- run: npm deprecate @dreamit/funpara "@dreamit/funpara is deprecated and will no longer be maintained. Use @sgohlke/funpara instead."
2727
env:
2828
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_TOKEN}}

0 commit comments

Comments
 (0)