diff --git a/package-lock.json b/package-lock.json index d38520b..2947a37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "markdown-extended", - "version": "1.1.1", + "version": "1.1.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "markdown-extended", - "version": "1.1.1", + "version": "1.1.3", "license": "SEE LICENSE IN LICENSE.txt", "dependencies": { "clipboardy": "^2.3.0", diff --git a/package.json b/package.json index 2f79822..96bac83 100644 --- a/package.json +++ b/package.json @@ -344,7 +344,7 @@ ] }, "scripts": { - "vscode:prepublish": "npm run compile", + "vscode:prepublish": "find node_modules/puppeteer -name '.local*' | xargs rm -rf && npm run compile", "compile": "tsc -p ./", "watch": "tsc -watch -p ./" },