Skip to content

Commit

Permalink
1.1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
neighborhood999 committed Nov 8, 2019
1 parent 914cfc4 commit 800abcb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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.16",
"version": "1.1.17",
"main": "dist/vue-signature-pad.common.js",
"unpkg": "dist/vue-signature-pad.js",
"module": "dist/vue-signature-pad.esm.js",
Expand All @@ -20,8 +20,8 @@
"size:unpkg": "echo UMD gzipped size: $(gzip-size $npm_package_unpkg)",
"size:esm": "echo ESModule gzipped size: $(gzip-size $npm_package_module)",
"clean": "rimraf dist",
"prepare" : "npm run build:prod",
"prepublishOnly" : "npm test && npm run lint"
"prepare": "npm run build:prod",
"prepublishOnly": "npm test && npm run lint"
},
"jest": {
"moduleFileExtensions": [
Expand Down

0 comments on commit 800abcb

Please sign in to comment.