Skip to content

Commit

Permalink
remove .npmignore cause of it will not work if installing a local pac…
Browse files Browse the repository at this point in the history
…kage; update rn version to 0.56.0 for demo
  • Loading branch information
iou90 committed Jul 12, 2018
1 parent 10c1516 commit 94a7721
Show file tree
Hide file tree
Showing 7 changed files with 13,751 additions and 5,372 deletions.
1 change: 0 additions & 1 deletion .npmignore

This file was deleted.

12,834 changes: 7,555 additions & 5,279 deletions demo/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"test": "jest"
},
"dependencies": {
"react": "^16.3.1",
"react-native": "^0.55.3",
"react": "^16.4.1",
"react-native": "^0.56.0",
"react-native-autoheight-webview": "../"
},
"devDependencies": {
"babel-jest": "21.2.0",
"babel-preset-react-native": "4.0.0",
"babel-preset-react-native": "^5.0.1",
"jest": "21.2.1",
"react-test-renderer": "16.0.0"
"react-test-renderer": "16.4.1"
},
"jest": {
"preset": "react-native"
Expand Down
5,082 changes: 5,082 additions & 0 deletions demo/yarn.lock

Large diffs are not rendered by default.

93 changes: 8 additions & 85 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "An auto height webview for React Native",
"main": "autoHeightWebView",
"files": [
"android/",
"autoHeightWebView/"
"android",
"autoHeightWebView"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand All @@ -32,7 +32,7 @@
},
"dependencies": {
"immutable": "^3.8.1",
"prop-types": "^15.5.10"
"prop-types": "^15.6.2"
},
"devDependencies": {
"babel-eslint": "^8.2.2",
Expand Down
Loading

0 comments on commit 94a7721

Please sign in to comment.