Skip to content

Commit

Permalink
Merge pull request #221 from zikeji/dev
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
zikeji committed Mar 22, 2021
2 parents 45bd8af + c05e590 commit 5b2a8ac
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -39,7 +39,11 @@ npm i --save @zikeji/hypixel

### Deno

TBD
As Deno does not require installation, you would simply follow their convention for imports.

```typescript
import { Client as HypixelClient } from "https://deno.land/x/hypixel@v3.0.3";
```

## Usage

Expand Down
37 changes: 36 additions & 1 deletion package-lock.json

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

4 changes: 4 additions & 0 deletions package.json
Expand Up @@ -194,6 +194,9 @@
"changelogTitle": "# Changelog\n\nAll notable changes to this project will be documented in this file. See\n[Conventional Commits](https://conventionalcommits.org) for commit guidelines."
}
],
["@semantic-release/exec", {
"prepareCmd": "sed -i 's/deno\\.land\\/x\\/hypixel@v[[:digit:]]\\+\\.[[:digit:]]\\+\\.[[:digit:]]\\+/deno.land\\/x\\/hypixel\\/v${nextRelease.version}/' README.md"
}],
[
"@semantic-release/npm",
{
Expand Down Expand Up @@ -242,6 +245,7 @@
"@mr-hope/vuepress-plugin-last-update": "^1.9.6",
"@mr-hope/vuepress-types": "^1.12.1",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/exec": "^5.0.0",
"@semantic-release/git": "^9.0.0",
"@types/chai": "^4.2.15",
"@types/chai-as-promised": "^7.1.3",
Expand Down

0 comments on commit 5b2a8ac

Please sign in to comment.