react-native-neuroscan 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -202,7 +202,7 @@ A full working example app is included in the [`example/`](./example) directory.
|
|
|
202
202
|
|
|
203
203
|
```sh
|
|
204
204
|
# Clone the repo
|
|
205
|
-
git clone https://github.com/
|
|
205
|
+
git clone https://github.com/po4erk91/react-native-neuroscan.git
|
|
206
206
|
cd react-native-neuroscan
|
|
207
207
|
|
|
208
208
|
# Install dependencies
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-neuroscan",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Document scanner with edge detection, perspective correction, and advanced color correction via OpenCV",
|
|
5
5
|
"main": "./lib/module/index.js",
|
|
6
6
|
"types": "./lib/typescript/src/index.d.ts",
|
|
@@ -45,14 +45,14 @@
|
|
|
45
45
|
],
|
|
46
46
|
"repository": {
|
|
47
47
|
"type": "git",
|
|
48
|
-
"url": "git+https://github.com/
|
|
48
|
+
"url": "git+https://github.com/po4erk91/react-native-neuroscan.git"
|
|
49
49
|
},
|
|
50
|
-
"author": "Dmytro <
|
|
50
|
+
"author": "Dmytro <po4erk91@gmail.com>",
|
|
51
51
|
"license": "MIT",
|
|
52
52
|
"bugs": {
|
|
53
|
-
"url": "https://github.com/
|
|
53
|
+
"url": "https://github.com/po4erk91/react-native-neuroscan/issues"
|
|
54
54
|
},
|
|
55
|
-
"homepage": "https://github.com/
|
|
55
|
+
"homepage": "https://github.com/po4erk91/react-native-neuroscan#readme",
|
|
56
56
|
"publishConfig": {
|
|
57
57
|
"registry": "https://registry.npmjs.org/"
|
|
58
58
|
},
|