Skip to content

Commit

Permalink
Update rollup, new release
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Best-Codes committed Nov 23, 2024
1 parent 63a8d9a commit a590121
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ dist/
node_modules/
package-lock.json
pnpm-lock.yaml
bun.lockb
editing/minified
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "discraft",
"version": "1.5.5",
"version": "1.5.6",
"description": "Like Next.js, but for Discord bots",
"main": "index.js",
"type": "module",
"packageManager": "[email protected]",
"scripts": {
"lint": "eslint .",
"build": "cd editing && sh export.sh"
Expand Down Expand Up @@ -48,7 +49,7 @@
"dotenv": "^16.4.5",
"inquirer": "^12.1.0",
"nodemon": "^3.1.7",
"rollup": "^4.27.3",
"rollup": "^4.27.4",
"terser": "^5.36.0"
},
"devDependencies": {
Expand Down

0 comments on commit a590121

Please sign in to comment.