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",
|
"name": "image-speech-bubble-transformer",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"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"
|
||||||
],
|
],
|
||||||
|
@ -14,7 +15,8 @@
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"clean": "rimraf dist",
|
"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: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",
|
||||||
|
|
Loading…
Add table
Reference in a new issue