Skip to content

Commit

Permalink
0.0.2 alpha release
Browse files Browse the repository at this point in the history
  • Loading branch information
DonovanDMC committed Aug 28, 2022
1 parent 4de0e8d commit 097a430
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
test/
lib/
docs/
docs-plugin/
.eslintignore
.eslintrc.json
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A NodeJS Library for Discord.
NodeJS **16.16.0** or higher is required.

```sh
npm i OceanicJS/Oceanic
npm i oceanic.js
```

This module is in its early alpha stages. See the `examples` folder on github for some examples, and visit [this site](https://oceanic.owo-whats-this.dev) for documentation.
Expand Down
2 changes: 1 addition & 1 deletion dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oceanic.js",
"version": "0.0.1",
"version": "0.0.2",
"description": "A nodejs library for interfacing with Discord.",
"main": "dist/lib/index.js",
"types": "dist/lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h1>Oceanic</h1>
<h2>Installation</h2>
</a>
<p>NodeJS <strong>16.16.0</strong> or higher is required.</p>
<pre><code class="language-sh"><span class="hl-0">npm i OceanicJS/Oceanic</span>
<pre><code class="language-sh"><span class="hl-0">npm i oceanic.js</span>
</code></pre>
<p>This module is in its early alpha stages. See the <code>examples</code> folder on github for some examples, and visit <a href="https://oceanic.owo-whats-this.dev">this site</a> for documentation.</p>
<hr>
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": "oceanic.js",
"version": "0.0.1",
"version": "0.0.2",
"description": "A nodejs library for interfacing with Discord.",
"main": "dist/lib/index.js",
"types": "dist/lib/index.d.ts",
Expand Down

0 comments on commit 097a430

Please sign in to comment.