Commit 6bea732d025ee64d3b381f4617a492bd008e93e9

Authored by Marcelo Puebla
1 parent 0a1e765fac
Exists in master

Agregado metodo 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 + "refresh": "gulp uglify && cp tmp/foca-crear-factura.js ../wrapper-demo/node_modules/foca-crear-factura/dist/foca-crear-factura.min.js",
7 8 "test": "echo \"Error: no test specified\" && exit 1",
8 9 "compile": "gulp uglify",
9 10 "postinstall": "npm run compile && gulp clean-post-install",