Browse Source

Merge pull request #23 from piemonkey/repo-improvements

General repo improvements; licensed to ISC
iou90 7 years ago
parent
commit
e46ae20c25
3 changed files with 20 additions and 1 deletions
  1. 1
    1
      .gitignore
  2. 15
    0
      LICENSE
  3. 4
    0
      package.json

+ 1
- 1
.gitignore View File

33
 #
33
 #
34
 node_modules/
34
 node_modules/
35
 npm-debug.log
35
 npm-debug.log
36
+yarn-error.log
36
 
37
 
37
 # BUCK
38
 # BUCK
38
 buck-out/
39
 buck-out/
39
 \.buckd/
40
 \.buckd/
40
 android/app/libs
41
 android/app/libs
41
 android/keystores/debug.keystore
42
 android/keystores/debug.keystore
42
-

+ 15
- 0
LICENSE View File

1
+ISC License (ISC)
2
+
3
+Copyright 2017 iou90
4
+
5
+Permission to use, copy, modify, and/or distribute this software for any purpose
6
+with or without fee is hereby granted, provided that the above copyright notice
7
+and this permission notice appear in all copies.
8
+
9
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
10
+REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
11
+FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
12
+INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
13
+OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
14
+TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
15
+THIS SOFTWARE.

+ 4
- 0
package.json View File

26
     "url": "https://github.com/iou90/react-native-autoheight-webview/issues"
26
     "url": "https://github.com/iou90/react-native-autoheight-webview/issues"
27
   },
27
   },
28
   "homepage": "https://github.com/iou90/react-native-autoheight-webview#readme",
28
   "homepage": "https://github.com/iou90/react-native-autoheight-webview#readme",
29
+  "peerDependencies": {
30
+    "react": "*",
31
+    "react-native": ">= 0.47.0"
32
+  },
29
   "dependencies": {
33
   "dependencies": {
30
     "immutable": "^3.8.1",
34
     "immutable": "^3.8.1",
31
     "prop-types": "^15.5.10"
35
     "prop-types": "^15.5.10"