Skip to content

Commit

Permalink
Merge pull request #7 from helloreindev/patch
Browse files Browse the repository at this point in the history
Fix import path
  • Loading branch information
reinacchi authored Jan 22, 2023
2 parents ad0c3d9 + 9acab3a commit 00fa562
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
[![GitHub Release](https://img.shields.io/github/v/release/helloreindev/hoshii?include_prereleases)](https://github.com/helloreindev/hoshii/releases/latest)
[![NPM](https://img.shields.io/npm/v/hoshii?color=green)](https://npmjs.com/package/hoshii)

- Note: **This library is still in prototype version. Bugs are expected.**

**Hoshii** is a NodeJS [Guilded](https://guilded.gg) library.

- **Documentation:** [hoshii.js.org](https://hoshii.js.org)
Expand Down
2 changes: 1 addition & 1 deletion lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ export * as Endpoints from "./rest/Endpoints";
export * from "./rest/RequestHandler";
export * from "./gateway/GatewayEventHandler";
export * from "./gateway/GatewayHandler";
export * from "./gateway/Websocket";
export * from "./gateway/WebSocket";

export const VERSION = pkgJSON.version;
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hoshii",
"version": "0.0.5",
"version": "0.1.0",
"description": "A NodeJS Guilded Library",
"main": "src/lib/index.js",
"engines": {
Expand Down

0 comments on commit 00fa562

Please sign in to comment.