Browse Source

Fix license in package.json

pull/20/head
Abheek Dhawan 3 years ago
parent
commit
4531ed2aec
Signed by: abheekd GPG Key ID: 7BE81B8C14475B67
  1. 4704
      package-lock.json
  2. 6
      package.json
  3. 1652
      yarn.lock

4704
package-lock.json

File diff suppressed because it is too large

6
package.json

@ -3,11 +3,9 @@
"axios": "^0.21.1",
"discord.js": "^13.2.0",
"dotenv": "^8.2.0",
"fs": "^0.0.1-security",
"gitlog": "^4.0.4",
"html-entities": "^2.3.2",
"mongoose": "^5.12.5",
"node-fetch": "^3.1.1"
"mongoose": "^5.12.5"
},
"name": "awscibo",
"version": "0.5.1",
@ -21,7 +19,7 @@
"discord.js"
],
"author": "Abheek Dhawan&Tejas Chugh",
"license": "Apache 2.0",
"license": "Apache-2.0",
"description": "A simple Discord bot that automatically generates Science Bowl rounds using the ScibowlDB API!",
"devDependencies": {
"eslint": "^8.7.0",

1652
yarn.lock

File diff suppressed because it is too large
Loading…
Cancel
Save