Skip to content

Commit

Permalink
Merge pull request #50 from event-catalog/removing-devdeps
Browse files Browse the repository at this point in the history
chore(cli): removing dev deps no longer required
  • Loading branch information
boyney123 authored Sep 22, 2024
2 parents e33a23f + 321a2a0 commit 45bb310
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .changeset/four-olives-arrive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@eventcatalog/create-eventcatalog": patch
---

chore(cli): removing dev deps no longer required
8 changes: 1 addition & 7 deletions templates/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,7 @@ export const installTemplate = async ({
// const dependencies = ["@eventcatalog/eventcatalog-2"];
const dependencies = [] as any;
// "@myuser/my-package": "file:../lib"
const devDependencies = [
"@parcel/watcher",
"concurrently",
"cross-env",
"@types/lodash.merge",
"@types/diff",
] as any;
const devDependencies = [] as any;

/**
* Install package.json dependencies if they exist.
Expand Down

0 comments on commit 45bb310

Please sign in to comment.