Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 522caef

Browse files
committed
update package meta data
1 parent a8e2a24 commit 522caef

File tree

3 files changed

+32
-4
lines changed

3 files changed

+32
-4
lines changed

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2019-present DaniAkash
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ const styles = StyleSheet.create({
197197

198198
Refer the working example in [`ReactNativeDraftjsExample/`](https://github.com/DaniAkash/react-native-draftjs/tree/master/ReactNativeDraftjsExample) directory
199199

200-
If you run across any isses, please note that Draft.js is **not** fully mobile compatible yet. Before raising any issues in this repository please check if your issue exists in the following lists:
200+
If you run across any issues, please note that Draft.js is **not** fully mobile compatible yet. Before raising any issues in this repository please check if your issue exists in the following lists:
201201

202202
- https://github.com/facebook/draft-js/labels/android
203203
- https://github.com/facebook/draft-js/labels/ios

package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-draftjs-editor",
33
"version": "0.0.1",
4-
"description": "",
4+
"description": "A full fledged React Native Rich Text editor based on draft.js",
55
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
@@ -11,8 +11,15 @@
1111
"pre-commit": "pretty-quick --staged"
1212
}
1313
},
14-
"author": "DaniAkash",
15-
"license": "ISC",
14+
"keywords": [
15+
"react",
16+
"react-native",
17+
"draftjs",
18+
"rich-text-editor"
19+
],
20+
"author": "DaniAkash <s.daniakash@gmail.com> (https://github.com/DaniAkash)",
21+
"repository": "DaniAkash/react-native-draftjs",
22+
"license": "MIT",
1623
"peerDependencies": {
1724
"react": "^16.8.6",
1825
"react-native-webview": "^5.12.1",

0 commit comments

Comments
 (0)