소스 검색

modify demo/package.json to fix path

Yudai Konishi 8 년 전
부모
커밋
a3afb79416
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      demo/package.json

+ 1
- 1
demo/package.json 파일 보기

9
   "dependencies": {
9
   "dependencies": {
10
     "react": "16.0.0-alpha.12",
10
     "react": "16.0.0-alpha.12",
11
     "react-native": "0.45.1",
11
     "react-native": "0.45.1",
12
-    "react-native-autoheight-webview": "file:///Users/iou90/Works/Lab/react-native-autoheight-webview"
12
+    "react-native-autoheight-webview": "../"
13
   },
13
   },
14
   "devDependencies": {
14
   "devDependencies": {
15
     "babel-jest": "19.0.0",
15
     "babel-jest": "19.0.0",