Browse Source

hangman fix package.json

master
Jakub Škrabánek 2 years ago
parent
commit
f5a80410f9
  1. 1
      hangman/index.js
  2. 5
      hangman/package.json

1
hangman/index.js

@ -1,3 +1,4 @@
//npm install
const readlineSync = require("readline-sync");
//funkce pro vybrání náhodne slo pro hru

5
hangman/package.json

@ -7,5 +7,8 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "KM",
"license": "ISC"
"license": "ISC",
"dependencies": {
"readline-sync": "^1.4.10"
}
}

Loading…
Cancel
Save