easyprintand 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -46,7 +46,7 @@
46
46
 
47
47
 
48
48
 
49
- export const EasyPrintAnd = function( id_elemento = 'EasyPrintAnd' , options )
49
+ function prindiv ( id_elemento = 'EasyPrintAnd' , options )
50
50
  {
51
51
 
52
52
 
@@ -276,7 +276,7 @@
276
276
 
277
277
 
278
278
 
279
- module.exports = EasyPrintAnd
279
+ module.exports = prindiv
280
280
 
281
281
 
282
282
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easyprintand",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Easily print the content of a DIV",
5
5
  "main": "EasyprintAnd.js",
6
6
  "scripts": {