Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

불필요한 PodSpec 파일을 삭제 하고 npm버전을 업데이트 합니다 #36

Merged
merged 3 commits into from Oct 30, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions NaverLoginExample/package.json
Expand Up @@ -3,6 +3,7 @@
"version": "0.0.1",
"private": true,
"scripts": {
"preinstall": "cd .. && yarn install && yarn build",
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"start:packager": "node_modules/react-native/packager/packager.sh",
Expand Down
24 changes: 0 additions & 24 deletions ios/RNNaverLogin.podspec

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
@@ -1,8 +1,8 @@
{
"name": "@react-native-seoul/naver-login",
"version": "1.0.0-rc1",
"version": "1.0.1-rc1",
"description": "React Native Module for Naver Login",
"main": "index.ts",
"main": "index.js",
"postinstall": "dooboolab-welcome postinstall",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down