File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# # node
22node_modules
33
4- # # yarn
4+ # # npm and yarn
5+ npm-debug.log
6+ npm-debug.log. *
57yarn-error.log
8+ yarn-debug.log
69
710# # build
811dist
12+ * .tgz
913
1014# # env
1115.env
16+ .env. *
Original file line number Diff line number Diff line change 11{
22 "name" : " magicc" ,
3- "version" : " 0.0.1 " ,
3+ "version" : " 0.0.2 " ,
44 "author" : " Waren Gonzaga" ,
55 "description" : " You can do `magicc`, you can build anything that you desire." ,
66 "keywords" : [
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import React from 'react';
22import { Text } from 'ink' ;
33import BigText from 'ink-big-text' ;
44import Gradient from 'ink-gradient' ;
5- import getGitDiff from './utils/openai.js' ;
5+ // import getGitDiff from './utils/openai.js';
66import info from './utils/info.js' ;
77
88export default function App ( ) {
You can’t perform that action at this time.
0 commit comments