support mask
Showing
{ | { | ||
"name": "html-shot", | "name": "html-shot", | ||
"version": "1.0.21", | "version": "1.0.22", | ||
"main": "dist/index.js", | "main": "dist/index.js", | ||
"types": "dist/index.d.ts", | "types": "dist/index.d.ts", | ||
"license": "MIT", | "license": "MIT", | ||
"scripts": { | "scripts": { | ||
"dev": "tsc -w", | "dev": "tsc -w", | ||
"build": "tsc" | "build": "tsc", | ||
"release": "npm run build && pvi && npm publish" | |||
}, | |||
"devDependencies": { | |||
"package-version-increment": "^1.0.2" | |||
} | } | ||
} | } |
Please register or sign in to comment