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:
parent
aa18e85886
commit
5ac4867554
2 changed files with 1 additions and 4 deletions
|
@ -1,9 +1,6 @@
|
|||
{
|
||||
"name": "codex.docs",
|
||||
"license": "Apache-2.0",
|
||||
"bin": {
|
||||
"generatePassword": "bin/generatePassword.js"
|
||||
},
|
||||
"browserslist": [
|
||||
"last 2 versions",
|
||||
"> 1%"
|
||||
|
|
|
@ -96,7 +96,7 @@ class Transport {
|
|||
|
||||
let response = file.data;
|
||||
|
||||
console.log(response)
|
||||
console.log(response);
|
||||
|
||||
if (map) {
|
||||
response = Transport.composeResponse(file, map);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue