catto.js 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,6 +3,7 @@
3
3
  ![Build](https://github.com/BoryaGames/catto.js/actions/workflows/npm-publish.yml/badge.svg)
4
4
  ![Contributors](https://img.shields.io/github/contributors/BoryaGames/catto.js)
5
5
  ![Chat on Discord](https://img.shields.io/discord/916772281747931198?logo=discord)
6
+
6
7
  ✨ catto.js is a new version of universal catto package, which allows easy web server making, random generation and Discord authorization. ✨
7
8
  ## Features
8
9
  - Creating web server.
@@ -12,8 +13,7 @@
12
13
  - Authorizing users using Discord API OAuth2.
13
14
  - Generating random numbers and booleans.
14
15
  - Easy removing elements from Arrays.
15
- And of course Dillinger itself is open source with a [public repository][dill]
16
- on GitHub.
16
+
17
17
  ## Installation
18
18
  ```sh
19
19
  npm i catto.js
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "catto.js",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "Universal module for everything.",
5
5
  "main": "index.js",
6
6
  "scripts": {