Commit e7472f38 authored by Gabriel's avatar Gabriel

Agrega .gitignore y dependencia node-crisp-api

parent aa22a903
# Dependency directories
node_modules/
jspm_packages/
# environment variables file
.env
.env.test
# Stores VSCode versions used for testing VSCode extensions
.vscode-test
\ No newline at end of file
...@@ -7,5 +7,8 @@ ...@@ -7,5 +7,8 @@
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"author": "", "author": "",
"license": "ISC" "license": "ISC",
"dependencies": {
"node-crisp-api": "^1.12.2"
}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment