Skip to content

Commit

Permalink
remove not valid packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Insiro committed Jul 25, 2022
1 parent 221c0c6 commit d12eb12
Show file tree
Hide file tree
Showing 62 changed files with 17 additions and 1,247 deletions.
659 changes: 0 additions & 659 deletions .pnp.cjs

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/cache/asn1-npm-0.2.4-219dd49411-aa5d6f77b1.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/cache/jsbn-npm-0.1.1-0eb7132404-e5ff29c1b8.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/cache/psl-npm-1.8.0-226099d70e-6150048ed2.zip
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/cache/qs-npm-6.5.2-dbf9d8386b-24af7b9928.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/cache/uuid-npm-3.4.0-4fd8ef88ad-58de2feed6.zip
Binary file not shown.
Binary file not shown.
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cyphers-discord-bot",
"version": "2.0.1",
"version": "2.1.1",
"main": "dist/index.js",
"author": "Insiro",
"license": "MIT",
Expand All @@ -11,8 +11,7 @@
"lint": "yarn eslint \"src/**/*\"",
"lint-fix": "yarn lint --fix",
"start": "ts-node src/index.ts",
"start:dev": "yarn nodemon --watch src --ext \"ts tsx\" --delay 100ms --exec \"ts-node src/index.ts\"",
"start:prod": "yarn node .",
"start:prod": "yarn node dist/index.js",
"makemigration": "yarn typeorm migration:generate -n",
"migrates": "yarn typeorm migration:run",
"migrate:rollback": "yarn typeorm migration:revert"
Expand All @@ -31,7 +30,6 @@
"pg": "^8.7.3",
"reflect-metadata": "^0.1.13",
"typeorm": "^0.3.7",
"ws": "^8.8.1",
"xml2js": "^0.4.23"
},
"devDependencies": {
Expand All @@ -40,7 +38,6 @@
"@types/node": "^18.6.1",
"@types/node-schedule": "^2.1.0",
"@types/pg": "^8.6.5",
"@types/ws": "^8.5.3",
"@types/xml2js": "^0.4.11",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
Expand All @@ -49,7 +46,6 @@
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^28.1.3",
"nodemon": "^2.0.19",
"prettier": "^2.7.1",
"ts-jest": "^28.0.7",
"ts-node": "^10.9.1",
Expand Down
Loading

0 comments on commit d12eb12

Please sign in to comment.