|
@@ -1,22 +1,21 @@
|
1
|
1
|
{
|
2
|
|
- "name": "react-native-ZSSRichTextEditor",
|
|
2
|
+ "name": "react-native-temp-rich-text-editor",
|
3
|
3
|
"publishConfig": {
|
4
|
|
- "registry": "https://registry.npmjs.org/"
|
|
4
|
+ "registry": "http://repo.dev.wix/artifactory/api/npm/npm-local/"
|
5
|
5
|
},
|
6
|
6
|
"repository": {
|
7
|
7
|
"type": "git",
|
8
|
8
|
"url": "https://github.com/wix-private/react-native-ZSSRichTextEditor.git"
|
9
|
9
|
},
|
10
|
|
- "version": "1.0.0",
|
|
10
|
+ "version": "0.1.0",
|
11
|
11
|
"description": "React Native Wrapper for ZSSRichTextEditor",
|
12
|
12
|
"main": "index.js",
|
13
|
|
- "private": true,
|
14
|
|
- "license": "MIT",
|
|
13
|
+ "license": "UNLICENSED",
|
15
|
14
|
"dependencies": {
|
16
|
15
|
"react-native-webview-bridge-updated": "^1.0.0"
|
17
|
16
|
},
|
18
|
17
|
"peerDependencies": {
|
19
|
|
- "react": "^15.2.1",
|
20
|
|
- "react-native": "^0.31.0"
|
|
18
|
+ "react": "*",
|
|
19
|
+ "react-native": ">=0.31.0"
|
21
|
20
|
}
|
22
|
21
|
}
|