chore: add publish script for widget

pull/14/head
moonrailgun 4 years ago
parent c624b7a7b3
commit aa2b6def12

@ -1,14 +1,18 @@
{ {
"name": "tailchat-widget", "name": "tailchat-widget",
"version": "1.0.0", "version": "0.0.1",
"main": "lib/index.js", "main": "lib/index.js",
"repository": "https://github.com/msgbyte/tailchat.git", "repository": "https://github.com/msgbyte/tailchat.git",
"author": "moonrailgun <moonrailgun@gmail.com>", "author": "moonrailgun <moonrailgun@gmail.com>",
"license": "MIT", "license": "MIT",
"private": true, "files": [
"lib/index.js",
"lib/index.d.ts"
],
"scripts": { "scripts": {
"watch": "tsc --watch", "watch": "tsc --watch",
"build": "tsc" "build": "tsc",
"release": "yarn publish --patch"
}, },
"devDependencies": { "devDependencies": {
"typescript": "^4.4.4" "typescript": "^4.4.4"

Loading…
Cancel
Save