Skip to content

Commit 5446125

Browse files
author
Suhan Moon
committed
콘솔제거
1 parent f965665 commit 5446125

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ width, height값을 별도로 줄 수 있습니다.
104104
프로젝트 문의 혹은 제휴가 필요한 경우 project@actbase.io로 연락주세요.
105105

106106
# Changes
107+
- 1.0.1
108+
- 액트베이스(유) 오픈소스 기준에 맞춰서 수정
107109
- 1.0.0
108110
- 콘솔제거
109111
- 0.9.8

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@actbase/react-daum-postcode",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "다음 우편번호찾기 for React, React-Native",
55
"main": "lib/index.js",
66
"module": "lib/index.js",

src/index.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
import app from './app';
22

3+
const { name, version, homepage } = require('../package.json');
4+
console.log(`
5+
___ ______________ ___ ________
6+
/ _ |/ ___/_ __/ _ )/ _ | / __/ __/
7+
/ __ / /__ / / / _ / __ |_\\ \\/ _/
8+
/_/ |_\\___/ /_/ /____/_/ |_/___/___/
9+
10+
${name} ${version} :: Actbase Opensources.
11+
Contact us -> project@actbase.io
12+
> https://actbase.io/opensource
13+
> ${homepage}
14+
`);
15+
316
export const Postcode = app;
417

518
export default Postcode;

0 commit comments

Comments
 (0)