Skip to content

Commit 95f46b0

Browse files
committed
mention-support: More prettier changes.
1 parent a4cd803 commit 95f46b0

File tree

2 files changed

+7520
-367
lines changed

2 files changed

+7520
-367
lines changed

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
2-
"name": "react-native-zss-rich-text-editor",
3-
"repository": {
4-
"type": "git",
5-
"url": "https://github.com/wix/react-native-zss-rich-text-editor.git"
6-
},
7-
"version": "1.3.2",
8-
"description": "React Native Wrapper for ZSSRichTextEditor",
9-
"main": "index.js",
10-
"license": "SEE LICENSE IN LICENSE",
11-
"scripts": {
12-
"prettier": "prettier --write *.js src/**/*.js '{example,__{tests,mocks}__}/**/*.js'"
13-
},
14-
"peerDependencies": {
15-
"react": "*",
16-
"react-native": ">=0.61.0",
17-
"react-native-webview": "*"
18-
},
19-
"devDependencies": {
20-
"prettier": "^1.19.1"
21-
}
2+
"name": "react-native-zss-rich-text-editor",
3+
"repository": {
4+
"type": "git",
5+
"url": "https://github.com/wix/react-native-zss-rich-text-editor.git"
6+
},
7+
"version": "1.3.2",
8+
"description": "React Native Wrapper for ZSSRichTextEditor",
9+
"main": "index.js",
10+
"license": "SEE LICENSE IN LICENSE",
11+
"scripts": {
12+
"prettier": "prettier --write *.js src/**/*.* '{example,__{tests,mocks}__}/**/*.js'"
13+
},
14+
"peerDependencies": {
15+
"react": "*",
16+
"react-native": ">=0.61.0",
17+
"react-native-webview": "*"
18+
},
19+
"devDependencies": {
20+
"prettier": "^1.19.1"
21+
}
2222
}

0 commit comments

Comments
 (0)