Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
neighborhood999 committed Mar 13, 2020
1 parent 2315eed commit 846b3ed
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions .size-snapshot.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"dist/vue-signature-pad.common.js": {
"bundled": 3790,
"minified": 3764,
"gzipped": 1428
"bundled": 3836,
"minified": 3807,
"gzipped": 1480
},
"dist/vue-signature-pad.js": {
"bundled": 3714,
"minified": 3697,
"gzipped": 1437
"bundled": 3780,
"minified": 3756,
"gzipped": 1485
},
"dist/vue-signature-pad.esm.js": {
"bundled": 3660,
"minified": 3637,
"gzipped": 1383,
"bundled": 3706,
"minified": 3680,
"gzipped": 1432,
"treeshaked": {
"rollup": {
"code": 3330,
"code": 3349,
"import_statements": 57
},
"webpack": {
"code": 4361
"code": 4380
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-signature-pad",
"description": "SignaturePad component for Vue.js",
"version": "1.1.18",
"version": "2.0.0",
"main": "dist/vue-signature-pad.common.js",
"unpkg": "dist/vue-signature-pad.js",
"module": "dist/vue-signature-pad.esm.js",
Expand Down

0 comments on commit 846b3ed

Please sign in to comment.