ソースを参照

Merge pull request #16 from yudai524/modifyPath

modify demo/package.json to fix path
iou90 7 年 前
コミット
3169fa4ac6
共有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",