Comparing version 0.3.2 to 0.3.3
@@ -1,5 +0,9 @@ | ||
# v0.3.1 (2022-03-12) | ||
# v0.3.3 (2022-03-12) | ||
This release should hopefully fix a bug where the package could not be installed. | ||
This release fixes a bug where the package could not be installed. | ||
# v0.3.2 (2022-03-12) | ||
This release attempted to fix a bug where the package could not be installed. | ||
# v0.3.1 (2022-02-10) | ||
@@ -6,0 +10,0 @@ |
{ | ||
"name": "termivolt", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "A simple utility to interact with the Revolt API via the command line.", | ||
"main": "dist/index.js", | ||
"main": "dist/src/index.js", | ||
"type": "module", | ||
@@ -36,3 +36,3 @@ "scripts": { | ||
}, | ||
"bin": "dist/index.js", | ||
"bin": "dist/src/index.js", | ||
"files": [ | ||
@@ -39,0 +39,0 @@ "dist/", |
{ | ||
"name": "termivolt", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "A simple utility to interact with the Revolt API via the command line.", | ||
"main": "dist/index.js", | ||
"main": "dist/src/index.js", | ||
"type": "module", | ||
@@ -36,3 +36,3 @@ "scripts": { | ||
}, | ||
"bin": "dist/index.js", | ||
"bin": "dist/src/index.js", | ||
"files": [ | ||
@@ -39,0 +39,0 @@ "dist/", |
21451