Skip to content

Commit 7f1fe27

Browse files
committed
☕ chore: temp setup
1 parent 11d8c77 commit 7f1fe27

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

‎.gitignore‎

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
## node
22
node_modules
33

4-
## yarn
4+
## npm and yarn
5+
npm-debug.log
6+
npm-debug.log.*
57
yarn-error.log
8+
yarn-debug.log
69

710
## build
811
dist
12+
*.tgz
913

1014
## env
1115
.env
16+
.env.*

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": [

‎source/app.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from 'react';
22
import {Text} from 'ink';
33
import BigText from 'ink-big-text';
44
import Gradient from 'ink-gradient';
5-
import getGitDiff from './utils/openai.js';
5+
// import getGitDiff from './utils/openai.js';
66
import info from './utils/info.js';
77

88
export default function App() {

0 commit comments

Comments
 (0)