Agrega .gitignore y dependencia node-crisp-api
Showing
.gitignore
0 → 100644
| ... | ... | @@ -7,5 +7,8 @@ |
| "test": "echo \"Error: no test specified\" && exit 1" | ||
| }, | ||
| "author": "", | ||
| "license": "ISC" | ||
| "license": "ISC", | ||
| "dependencies": { | ||
| "node-crisp-api": "^1.12.2" | ||
| } | ||
| } |
Please register or sign in to comment