Commit c0ab8ab3d826fed40adbc1283acc39f1d3334c52

Authored by Marcelo Puebla
1 parent daf22b4097
Exists in master and in 1 other branch develop

agregado comando para refrescar.

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
... ... @@ -4,6 +4,7 @@
4 4 "description": "Modal para resumen de cuenta en cobranzas",
5 5 "main": "index.js",
6 6 "scripts": {
  7 + "refresh" : "gulp uglify && cp tmp/foca-modal-resumen-cuenta.js ../wrapper-demo/node_modules/foca-modal-resumen-cuenta/dist/foca-modal-resumen-cuenta.min.js",
7 8 "test": "echo \"Error: no test specified\" && exit 1",
8 9 "gulp-pre-commit": "gulp pre-commit",
9 10 "compile": "gulp uglify",