Skip to content

Commit

Permalink
Merge pull request #334 from ieedan/changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
ieedan authored Jan 6, 2025
2 parents ae44f8b + f023ec5 commit 9b61dc4
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/odd-tables-clean.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# jsrepo

## 1.23.6

### Patch Changes

- f3ecf0d: Ensure vue compiler has `fs` access.

## 1.23.5

### Patch Changes
Expand Down
18 changes: 15 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jsrepo",
"description": "A CLI to add shared code from remote repositories.",
"version": "1.23.5",
"version": "1.23.6",
"license": "MIT",
"homepage": "https://jsrepo.dev",
"author": {
Expand All @@ -15,12 +15,24 @@
"bugs": {
"url": "https://github.com/ieedan/jsrepo/issues"
},
"keywords": ["repo", "cli", "svelte", "vue", "typescript", "javascript", "shadcn", "registry"],
"keywords": [
"repo",
"cli",
"svelte",
"vue",
"typescript",
"javascript",
"shadcn",
"registry"
],
"type": "module",
"exports": "./dist/index.js",
"bin": "./dist/index.js",
"main": "./dist/index.js",
"files": ["./schemas/**/*", "dist"],
"files": [
"./schemas/**/*",
"dist"
],
"scripts": {
"start": "tsup --silent && node ./dist/index.js",
"build": "tsup",
Expand Down

0 comments on commit 9b61dc4

Please sign in to comment.