Compare commits
No commits in common. "3d14178546cd2ca02c45bf524a32216d89f1c029" and "c4ac345ec3c86f84545a67e98fb8a709258fa87c" have entirely different histories.
3d14178546
...
c4ac345ec3
1 changed files with 2 additions and 4 deletions
|
@ -1,12 +1,11 @@
|
|||
{
|
||||
"name": "image-speech-bubble-transformer",
|
||||
"version": "1.0.3",
|
||||
"version": "1.0.2",
|
||||
"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"
|
||||
],
|
||||
|
@ -15,8 +14,7 @@
|
|||
},
|
||||
"scripts": {
|
||||
"clean": "rimraf dist",
|
||||
"prebuild": "mkdir -p dist/assets",
|
||||
"build": "npm run clean && npm run prebuild && cp src/assets/* dist/assets/ && tsc",
|
||||
"build": "npm run clean && 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