diff --git a/.npmignore b/.npmignore index e83e75ff..3cec6be6 100644 --- a/.npmignore +++ b/.npmignore @@ -1,5 +1,6 @@ test/ lib/ +docs/ docs-plugin/ .eslintignore .eslintrc.json diff --git a/README.md b/README.md index 91a0999b..9dbcc879 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/dist/package.json b/dist/package.json index 8bbe00a8..3aa9187f 100644 --- a/dist/package.json +++ b/dist/package.json @@ -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", diff --git a/docs/index.html b/docs/index.html index a96b6fcd..28ea0eee 100644 --- a/docs/index.html +++ b/docs/index.html @@ -23,7 +23,7 @@
NodeJS 16.16.0 or higher is required.
-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 for documentation.
diff --git a/package.json b/package.json
index 8bbe00a8..3aa9187f 100644
--- a/package.json
+++ b/package.json
@@ -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",