Skip to content

Commit

Permalink
Remove fixie CLI and voice packages (#537)
Browse files Browse the repository at this point in the history
This removes the fixie CLI and voice packages from the repo as they are
now managed in other repos.
  • Loading branch information
petersalas committed Jan 24, 2024
1 parent 4ce9b17 commit c595ade
Show file tree
Hide file tree
Showing 52 changed files with 76 additions and 7,592 deletions.
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"asciinema-player": "^3.4.0",
"clsx": "^1.2.1",
"dotenv": "^16.3.1",
"fixie": "*",
"fixie-web": "^1.0.7",
"mixpanel-browser": "^2.47.0",
"prism-react-renderer": "^1.3.5",
"react": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/src/components/Fixie/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import BrowserOnly from '@docusaurus/BrowserOnly';
import { FloatingFixieEmbed } from 'fixie/web';
import { FloatingFixieEmbed } from 'fixie-web';

const FixieSidekick = () => {
return (
Expand Down
3 changes: 0 additions & 3 deletions packages/fixie/.eslintignore

This file was deleted.

59 changes: 0 additions & 59 deletions packages/fixie/.eslintrc.cjs

This file was deleted.

2 changes: 0 additions & 2 deletions packages/fixie/.gitignore

This file was deleted.

2 changes: 0 additions & 2 deletions packages/fixie/.npmignore

This file was deleted.

2 changes: 0 additions & 2 deletions packages/fixie/index.ts

This file was deleted.

81 changes: 0 additions & 81 deletions packages/fixie/package.json

This file was deleted.

79 changes: 0 additions & 79 deletions packages/fixie/readme.md

This file was deleted.

1 comment on commit c595ade

@vercel
Copy link

@vercel vercel bot commented on c595ade Jan 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ai-jsx-docs – ./packages/docs

ai-jsx-docs-fixie-ai.vercel.app
ai-jsx-docs.vercel.app
ai-jsx-docs-git-main-fixie-ai.vercel.app
docs.ai-jsx.com

Please sign in to comment.