Skip to content

Commit

Permalink
Merge pull request #408 from ieedan/changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
ieedan authored Feb 4, 2025
2 parents 750d4bf + da1fbb5 commit 60cd13c
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/itchy-cycles-taste.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.31.0

### Minor Changes

- 0424970: feat: Support for subdirectories 🎉

## 1.30.1

### 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.30.1",
"version": "1.31.0",
"license": "MIT",
"homepage": "https://jsrepo.dev",
"author": {
Expand All @@ -15,7 +15,16 @@
"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": {
".": {
Expand All @@ -25,7 +34,10 @@
},
"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 60cd13c

Please sign in to comment.