Compare commits

..

No commits in common. "3d14178546cd2ca02c45bf524a32216d89f1c029" and "c4ac345ec3c86f84545a67e98fb8a709258fa87c" have entirely different histories.

View file

@ -1,12 +1,11 @@
{ {
"name": "image-speech-bubble-transformer", "name": "image-speech-bubble-transformer",
"version": "1.0.3", "version": "1.0.2",
"description": "TypeScript library for applying speech bubble effects to images", "description": "TypeScript library for applying speech bubble effects to images",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
"files": [ "files": [
"dist", "dist",
"dist/assets",
"README.md", "README.md",
"LICENSE" "LICENSE"
], ],
@ -15,8 +14,7 @@
}, },
"scripts": { "scripts": {
"clean": "rimraf dist", "clean": "rimraf dist",
"prebuild": "mkdir -p dist/assets", "build": "npm run clean && tsc",
"build": "npm run clean && npm run prebuild && cp src/assets/* dist/assets/ && tsc",
"publish:local": "npm run build && npm pack", "publish:local": "npm run build && npm pack",
"publish:npm": "npm run build && npm publish", "publish:npm": "npm run build && npm publish",
"version:patch": "npm version patch", "version:patch": "npm version patch",