@sarthak_krishak/inkforge 0.3.0 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/cli/index.js +2 -2
  2. package/package.json +1 -1
package/cli/index.js CHANGED
@@ -186,8 +186,8 @@ import { render, Box, Text } from 'ink';
186
186
  // npx inkforge add spinner
187
187
  // npx inkforge add progressbar
188
188
  //
189
- // import { Spinner } from './src/components/inkforge/Spinner/index.jsx';
190
- // import { ProgressBar } from './src/components/inkforge/ProgressBar/index.jsx';
189
+ // import { Spinner } from './components/inkforge/Spinner/index.jsx';
190
+ // import { ProgressBar } from './components/inkforge/ProgressBar/index.jsx';
191
191
 
192
192
  function App() {
193
193
  return (
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sarthak_krishak/inkforge",
3
- "version": "0.3.0",
3
+ "version": "0.4.0",
4
4
  "description": "Beautiful terminal UI components for React/Ink — shadcn/ui for your terminal",
5
5
  "type": "module",
6
6
  "main": "src/index.jsx",