1.0.29
Showing
{ | { | ||
"name": "html-shot", | "name": "html-shot", | ||
"version": "1.0.28", | "version": "1.0.29", | ||
"main": "dist/index.js", | "main": "dist/index.js", | ||
"types": "dist/index.d.ts", | "types": "dist/index.d.ts", | ||
"license": "MIT", | "license": "MIT", | ||
... | @@ -9,4 +9,4 @@ | ... | @@ -9,4 +9,4 @@ |
"build": "tsc --target es5", | "build": "tsc --target es5", | ||
"release": "npm run build && npm version patch && npm publish" | "release": "npm run build && npm version patch && npm publish" | ||
} | } | ||
} | } | ||
\ No newline at end of file |
Please register or sign in to comment