From 0ef9ab2e0b74394dd7eddb15135677d1b8b4c4de Mon Sep 17 00:00:00 2001 From: infiniteXyy Date: Sun, 10 Nov 2024 00:13:36 +0800 Subject: [PATCH] chore: remove npmrc --- .npmrc | 1 - README.md | 5 ++--- 2 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 .npmrc diff --git a/.npmrc b/.npmrc deleted file mode 100644 index 5660f81..0000000 --- a/.npmrc +++ /dev/null @@ -1 +0,0 @@ -registry=https://registry.npmjs.org/ \ No newline at end of file diff --git a/README.md b/README.md index 6177dc5..a1aa689 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@

✨ ZOOV = Zustand + module

Build Status -Code Coverage npm-v npm-d minzip @@ -85,8 +84,8 @@ const counterModule = defineModule({ count: 0 }) payload$.pipe( exhaustMap((timeout) => { return timer(timeout).pipe(tap(() => getActions().add())); - }) - ) + }), + ), ), }; })