Commit 3395c98a221fba23383b8a6dbd9810b8fc7748e7

Authored by Marcelo Puebla
1 parent f27b1fa1b6
Exists in master

Comando para refrescar.

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
... ... @@ -4,6 +4,7 @@
4 4 "description": "sistema de cobranzas a partir de facturas",
5 5 "main": "index.js",
6 6 "scripts": {
  7 + "refresh": "gulp uglify && cp tmp/foca-crear-cobranza.js ../wrapper-demo/node_modules/foca-crear-cobranza/dist/foca-crear-cobranza.min.js",
7 8 "test": "test.html",
8 9 "compile": "gulp uglify",
9 10 "gulp-pre-commit": "gulp pre-commit",