Pārlūkot izejas kodu

Changed to internal nam

Yedidya Kennard 8 gadus atpakaļ
vecāks
revīzija
41410300c0
3 mainītis faili ar 8 papildinājumiem un 9 dzēšanām
  1. 1
    1
      example/app.js
  2. 1
    1
      example/package.json
  3. 6
    7
      package.json

+ 1
- 1
example/app.js Parādīt failu

5
     View,
5
     View,
6
     Platform
6
     Platform
7
 } from 'react-native';
7
 } from 'react-native';
8
-import {RichTextEditor, RichTextToolbar} from 'react-native-ZSSRichTextEditor'
8
+import {RichTextEditor, RichTextToolbar} from 'react-native-temp-rich-text-editor';
9
 import KeyboardSpacer from 'react-native-keyboard-spacer';
9
 import KeyboardSpacer from 'react-native-keyboard-spacer';
10
 
10
 
11
 export default class RichTextExample extends Component {
11
 export default class RichTextExample extends Component {

+ 1
- 1
example/package.json Parādīt failu

8
   "dependencies": {
8
   "dependencies": {
9
     "react": "15.2.1",
9
     "react": "15.2.1",
10
     "react-native": "0.31.0",
10
     "react-native": "0.31.0",
11
-    "react-native-ZSSRichTextEditor": "file:../",
11
+    "react-native-temp-rich-text-editor": "*",
12
     "react-native-keyboard-spacer": "^0.3.0"
12
     "react-native-keyboard-spacer": "^0.3.0"
13
   }
13
   }
14
 }
14
 }

+ 6
- 7
package.json Parādīt failu

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