Skip to content
This repository has been archived by the owner on Sep 13, 2021. It is now read-only.

Commit

Permalink
chore: deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
chunkai1312 committed Sep 13, 2021
1 parent 6e813a4 commit 79c6064
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
[![Build Status][travis-image]][travis-url]
[![Coverage Status][codecov-image]][codecov-url]

> Fugle API client library for JavaScript
> [DEPRECATED] Fugle API client library for JavaScript
## Deprecation Notice

This package is deprecated. Please use [@fugle/realtime](https://www.npmjs.com/package/@fugle/realtime) instead.

## Install

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fugle",
"version": "0.2.1",
"description": "Fugle API client library for JavaScript",
"description": "[DEPRECATED] Fugle API client library for JavaScript",
"main": "lib/fugle.js",
"unpkg": "dist/fugle.js",
"module": "es/fugle.js",
Expand Down

0 comments on commit 79c6064

Please sign in to comment.