Skip to content

Commit 7644c7d

Browse files
committed
1.16.0
1 parent b18b626 commit 7644c7d

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
{
22
"name": "@react-native-clipboard/clipboard",
3-
"version": "1.15.0",
3+
"version": "1.16.0",
44
"description": "React Native Clipboard API for macOS, iOS, Android, and Windows",
5-
"keywords": ["Clipboard", "getString", "react-native", "setString"],
5+
"keywords": [
6+
"Clipboard",
7+
"getString",
8+
"react-native",
9+
"setString"
10+
],
611
"homepage": "https://github.com/react-native-clipboard/clipboard#readme",
712
"bugs": {
813
"url": "https://github.com/react-native-clipboard/clipboard/issues"
@@ -96,7 +101,9 @@
96101
}
97102
},
98103
"packageManager": "[email protected]",
99-
"workspaces": ["example"],
104+
"workspaces": [
105+
"example"
106+
],
100107
"react-native-windows": {
101108
"init-windows": {
102109
"name": "Clipboard",

0 commit comments

Comments
 (0)