소스 검색

modify demo/package.json to fix path

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

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

@@ -9,7 +9,7 @@
9 9
   "dependencies": {
10 10
     "react": "16.0.0-alpha.12",
11 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 14
   "devDependencies": {
15 15
     "babel-jest": "19.0.0",