Skip to content

Commit

Permalink
Removed old Files
Browse files Browse the repository at this point in the history
  • Loading branch information
domi-btnr committed Aug 29, 2024
1 parent c979cfc commit d623497
Show file tree
Hide file tree
Showing 7 changed files with 887 additions and 1,188 deletions.
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

4 changes: 3 additions & 1 deletion InvisibleTyping/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
{
"title": "Fixed",
"type": "fixed",
"items": ["The Plugin works again"]
"items": [
"The Plugin works again"
]
}
],
"changelogDate": "2024-08-29"
Expand Down
21 changes: 0 additions & 21 deletions bdbuilder.config.json

This file was deleted.

13 changes: 0 additions & 13 deletions bdbuilder.dev.config.json

This file was deleted.

11 changes: 0 additions & 11 deletions bdbuilder.prod.config.json

This file was deleted.

32 changes: 9 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,18 @@
{
"name": "betterdiscordaddons",
"version": "1.0.0",
"description": "Some useful Discord-Addons for BetterDiscord.",
"main": "index.js",
"scripts": {
"build": "node scripts/build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shitcord-plugins/BetterDiscordStuffTest.git"
},
"author": "Strencher",
"license": "MIT",
"bugs": {
"url": "https://github.com/shitcord-plugins/BetterDiscordStuffTest/issues"
},
"homepage": "https://github.com/shitcord-plugins/BetterDiscordStuffTest#readme",
"devDependencies": {
"@rollup/plugin-json": "^5.0.2",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/betterdiscord": "github:zerthox/betterdiscord-types",
"@types/react": "^17.0.34",
"@types/react": "^18.3.3",
"@types/redux": "^3.6.0",
"cssom": "^0.5.0",
"esbuild": "^0.15.17",
"js-beautify": "^1.14.7",
"rollup": "^3.7.4",
"rollup-plugin-esbuild": "^5.0.0",
"sass": "^1.56.2"
"esbuild": "^0.21.5",
"js-beautify": "^1.15.1",
"rollup": "^4.18.0",
"rollup-plugin-esbuild": "^6.1.1",
"sass": "^1.77.6"
}
}
}
Loading

0 comments on commit d623497

Please sign in to comment.