Ver código fonte

modify demo/package.json to fix path

Yudai Konishi 6 anos atrás
pai
commit
a3afb79416
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      demo/package.json

+ 1
- 1
demo/package.json Ver arquivo

@@ -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",