Skip to content

Commit

Permalink
chore: release 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
halfmoon-mind committed Aug 21, 2023
1 parent 3847bbd commit 6d2655b
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "up-d4te",
"version": "0.0.7",
"version": "0.0.8",
"description": "Recommend Dating Course in Korea with CLI",
"author": {
"name": "Sanghyeon Sim",
Expand Down Expand Up @@ -31,7 +31,7 @@
"format": "prettier --write ."
},
"files": [
"dist"
"dist/**/*"
],
"dependencies": {
"axios": "^1.4.0",
Expand Down
3 changes: 1 addition & 2 deletions source/Output.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React from 'react';
import {Text, Box, useInput, Newline} from 'ink';
import TextInput from 'ink-text-input';
import {Text, Box, Newline} from 'ink';
import theme from './Theme.js';
import ListSubway from './component/ListSubway.js';
import ListShop from './component/ListShop.js';
Expand Down
4 changes: 2 additions & 2 deletions source/Search.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, {useState} from 'react';
import {Text, Box, useInput, Newline} from 'ink';
import {Text, Box, useInput} from 'ink';
import TextInput from 'ink-text-input';
import {TypeMoive} from './api.js';
import {TypeMoive} from './api/movie.js';
import data from './examples/location.js';
import theme from './Theme.js';

Expand Down
3 changes: 1 addition & 2 deletions source/SearchContainer.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React, {useState} from 'react';
import {Text, Box, useInput, Newline} from 'ink';
import TextInput from 'ink-text-input';
import {Box} from 'ink';
import Search from './Search.js';
import Output from './Output.js';
import StationDetailType from './StationDetailType.js';
Expand Down
4 changes: 2 additions & 2 deletions source/select_user_info.js → source/SelectUserInfo.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, {useState} from 'react';
import {Text, Box, useInput} from 'ink';
import React from 'react';
import {Text, Box, useInput, Newline} from 'ink';
import theme from './Theme.js';

const SelectUserInfo = ({isSelected, setIsSelected, setSpaceStep}) => {
Expand Down
2 changes: 1 addition & 1 deletion source/app.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, {useState} from 'react';
import {Box, Text, Newline} from 'ink';
import {Box, Text} from 'ink';
import Login from './Login.js';
import Intro from './component/intro.js';
import SelectUserInfo from './SelectUserInfo.js';
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 6d2655b

Please sign in to comment.