Skip to content

Commit

Permalink
feat: remove wip note and publish v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gsantiago committed Jan 17, 2023
1 parent 1a9fa2e commit 04a3e4d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
[![downloads](https://img.shields.io/npm/dm/polling-connection)](https://www.npmjs.com/package/polling-connection)
[![npm](https://img.shields.io/npm/v/polling-connection)](https://www.npmjs.com/package/polling-connection)

🚧 WIP: Work in Progress 🚧

Event-based polling module written in TS with time tracking and aborting support.

:white_check_mark: Agnostic (works with axios, fetch or any async function) <br />
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polling-connection",
"version": "0.0.1-alpha.4",
"version": "0.0.1",
"description": "Event-based polling module written in TS with time tracking and aborting support.",
"files": [
"dist"
Expand Down

0 comments on commit 04a3e4d

Please sign in to comment.