Skip to content

Commit

Permalink
Actually publish correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
kixelated committed Oct 27, 2023
1 parent 796a66d commit 58ed866
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@kixelated/moq",
"version": "0.1.1",
"version": "0.1.2",
"description": "Media over QUIC library",
"license": "(MIT OR Apache-2.0)",
"repository": "github:kixelated/moq-js",
"scripts": {
"build": "tsc -b",
"build": "tsc -b && cp ../LICENSE* ./dist && cp ./README.md ./dist && cp ./package.json ./dist",
"lint": "eslint .",
"fmt": "prettier --write ."
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"scripts": {
"dev": "npm run dev --workspace web",
"build": "npm run build --workspace web",
"build": "npm run build --workspaces",
"lint": "npm run lint --workspaces",
"fmt": "npm run fmt --workspaces"
}
Expand Down

0 comments on commit 58ed866

Please sign in to comment.