dc-cloud 0.0.1 → 0.0.2

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 +1 -1
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -584,7 +584,7 @@ DCloud/
584
584
 
585
585
  ### Production Commands
586
586
 
587
- | Command | Purpose |
587
+ | Command | Purpose | Note |
588
588
  | --------------- | ---------------------- | ----------------------------------- |
589
589
  | `npm start` | Build and run | Compiles and executes compiled code |
590
590
  | `npm run build` | TypeScript compilation | Creates `dist/` folder |
package/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "dc-cloud",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Discord-based cloud storage solution for file compression, segmentation, and backup using Discord as a backend",
5
5
  "type": "module",
6
+ "license":"MIT",
6
7
  "module": "dist/index.js",
7
8
  "main": "dist/index.js",
8
9