Skip to content

Commit

Permalink
[misc] bump packages and update some fields
Browse files Browse the repository at this point in the history
  • Loading branch information
ioj4 committed Aug 8, 2024
1 parent 7d4a3d8 commit b8a259f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/lune/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@uwu/lune",
"version": "1.4.1",
"version": "1.4.2",
"description": "The CLI build tool for shelter",
"bin": "dist/clibundle.cjs",
"main": "dist/src/mod.js",
"module": "dist/src/mod.js",
"author": "uwu.network",
"license": "CC0-1.0",
"homepage": "https://github.com/uwu/shelter/tree/main/packages/lune",
"homepage": "https://shelter.uwu.network/",
"repository": "github:uwu/shelter",
"scripts": {
"prepare": "rimraf dist && tsc && node postprocess.mjs"
Expand Down
6 changes: 4 additions & 2 deletions packages/shelter-defs/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"name": "@uwu/shelter-defs",
"version": "1.4.0",
"author": "shelter team (Cain Atkinson)",
"version": "1.4.1",
"description": "Type definitions for shelter",
"author": "uwu.network",
"license": "CC-0-1.0",
"homepage": "https://shelter.uwu.network/",
"repository": "github:uwu/shelter",
"types": "./dist/shelter-defs/rootdefs.d.ts",
"scripts": {
Expand Down
5 changes: 3 additions & 2 deletions packages/shelter-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "@uwu/shelter-ui",
"description": "Discord components remade for Shelter",
"version": "0.0.2",
"description": "Discord components remade for shelter",
"version": "0.0.3",
"author": "uwu.network",
"homepage": "https://shelter.uwu.network/",
"repository": "github:uwu/shelter",
"type": "module",
"main": "dist/index.jsx",
Expand Down

0 comments on commit b8a259f

Please sign in to comment.