1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-09 15:35:25 +02:00

remove generatePassword from package json

This commit is contained in:
Umang G. Patel 2022-04-24 16:39:18 +05:30
parent aa18e85886
commit 5ac4867554
2 changed files with 1 additions and 4 deletions

View file

@ -1,9 +1,6 @@
{
"name": "codex.docs",
"license": "Apache-2.0",
"bin": {
"generatePassword": "bin/generatePassword.js"
},
"browserslist": [
"last 2 versions",
"> 1%"

View file

@ -96,7 +96,7 @@ class Transport {
let response = file.data;
console.log(response)
console.log(response);
if (map) {
response = Transport.composeResponse(file, map);