Skip to content
This repository has been archived by the owner on May 15, 2021. It is now read-only.

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
theusaf committed Feb 18, 2021
1 parent 15aab99 commit 6e828df
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
{
"name": "kahoot-session",
"version": "3.404.0",
"version": "3.404.1",
"description": "Host a Kahoot! game using NodeJS.",
"main": "index.js",
"scripts": {
"test": "node tests/main"
},
"author": "theusaf",
"license": "MIT",
"dependencies": {
"cometd": "^7.0.0",
"cometd-nodejs-client": "^1.3.0",
"got": "^11.8.1"
},
"dependencies": {},
"engines": {
"node": ">=10.9.0"
},
Expand All @@ -31,8 +27,5 @@
"game",
"host"
],
"devDependencies": {
"eslint": "^7.18.0",
"kahoot.js-updated": "^2.3.2"
}
"devDependencies": {}
}

0 comments on commit 6e828df

Please sign in to comment.