Skip to content

Commit

Permalink
chore: remove npmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
InfiniteXyy committed Nov 9, 2024
1 parent 7d4e0a7 commit 0ef9ab2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<p align="center">✨ ZOOV = Zustand + module</p>
<p align="center">
<a href="https://github.com/infinitexyy/zoov/actions"><img src="https://img.shields.io/github/actions/workflow/status/infinitexyy/zoov/main.yml?branch=main" alt="Build Status"></a>
<a href="https://codecov.io/gh/infinitexyy/zoov"><img src="https://img.shields.io/codecov/c/github/infinitexyy/zoov.svg" alt="Code Coverage"></a>
<a href="https://npmjs.com/package/zoov"><img src="https://img.shields.io/npm/v/zoov.svg" alt="npm-v"></a>
<a href="https://npmjs.com/package/zoov"><img src="https://img.shields.io/npm/dt/zoov.svg" alt="npm-d"></a>
<a href="https://bundlephobia.com/result?p=zoov"><img src="https://img.shields.io/bundlephobia/minzip/zoov" alt="minzip"></a>
Expand Down Expand Up @@ -85,8 +84,8 @@ const counterModule = defineModule({ count: 0 })
payload$.pipe(
exhaustMap((timeout) => {
return timer(timeout).pipe(tap(() => getActions().add()));
})
)
}),
),
),
};
})
Expand Down

0 comments on commit 0ef9ab2

Please sign in to comment.