Browse Source

Changed to internal nam

Yedidya Kennard 8 years ago
parent
commit
41410300c0
3 changed files with 8 additions and 9 deletions
  1. 1
    1
      example/app.js
  2. 1
    1
      example/package.json
  3. 6
    7
      package.json

+ 1
- 1
example/app.js View File

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

+ 1
- 1
example/package.json View File

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

+ 6
- 7
package.json View File

@@ -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
 }