Compare commits
2 commits
c4ac345ec3
...
3d14178546
Author | SHA1 | Date | |
---|---|---|---|
![]() |
3d14178546 | ||
![]() |
eb9fe218c3 |
1 changed files with 4 additions and 2 deletions
|
@ -1,11 +1,12 @@
|
|||
{
|
||||
"name": "image-speech-bubble-transformer",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"description": "TypeScript library for applying speech bubble effects to images",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"files": [
|
||||
"dist",
|
||||
"dist/assets",
|
||||
"README.md",
|
||||
"LICENSE"
|
||||
],
|
||||
|
@ -14,7 +15,8 @@
|
|||
},
|
||||
"scripts": {
|
||||
"clean": "rimraf dist",
|
||||
"build": "npm run clean && tsc",
|
||||
"prebuild": "mkdir -p dist/assets",
|
||||
"build": "npm run clean && npm run prebuild && cp src/assets/* dist/assets/ && tsc",
|
||||
"publish:local": "npm run build && npm pack",
|
||||
"publish:npm": "npm run build && npm publish",
|
||||
"version:patch": "npm version patch",
|
||||
|
|
Loading…
Add table
Reference in a new issue