Skip to content

Commit 04a3e4d

Browse files
committed
feat: remove wip note and publish v0.0.1
1 parent 1a9fa2e commit 04a3e4d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
[![downloads](https://img.shields.io/npm/dm/polling-connection)](https://www.npmjs.com/package/polling-connection)
55
[![npm](https://img.shields.io/npm/v/polling-connection)](https://www.npmjs.com/package/polling-connection)
66

7-
🚧 WIP: Work in Progress 🚧
8-
97
Event-based polling module written in TS with time tracking and aborting support.
108

119
:white_check_mark: Agnostic (works with axios, fetch or any async function) <br />

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "polling-connection",
3-
"version": "0.0.1-alpha.4",
3+
"version": "0.0.1",
44
"description": "Event-based polling module written in TS with time tracking and aborting support.",
55
"files": [
66
"dist"

0 commit comments

Comments
 (0)