Commit 839f0546808af76c02cf8505367693475cf22047

Authored by Marcelo Puebla
1 parent 9b4dbe9cb6
Exists in master

Agregado comando para refrescar.

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
... ... @@ -4,6 +4,7 @@
4 4 "description": "",
5 5 "main": "index.js",
6 6 "scripts": {
  7 + "frefresh": "gulp uglify && cp tmp/foca-crear-factura.js ../wrapper-facturador/node_modules/foca-crear-factura/dist/foca-crear-factura.min.js",
7 8 "refresh": "gulp uglify && cp tmp/foca-crear-factura.js ../wrapper-demo/node_modules/foca-crear-factura/dist/foca-crear-factura.min.js",
8 9 "test": "echo \"Error: no test specified\" && exit 1",
9 10 "compile": "gulp uglify",