We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f233b0c commit 3f9ed06Copy full SHA for 3f9ed06
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-interactive-transcripts",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"description": "Interactive Transcript support in the react native.",
5
"main": "lib/commonjs/index",
6
"module": "lib/module/index",
@@ -119,7 +119,10 @@
119
]
120
}
121
},
122
- "eslintIgnore": ["node_modules/", "lib/"],
+ "eslintIgnore": [
123
+ "node_modules/",
124
+ "lib/"
125
+ ],
126
"prettier": {
127
"quoteProps": "consistent",
128
"singleQuote": true,
@@ -130,6 +133,10 @@
130
133
"@react-native-community/bob": {
131
134
"source": "src",
132
135
"output": "lib",
- "targets": ["commonjs", "module", "typescript"]
136
+ "targets": [
137
+ "commonjs",
138
+ "module",
139
+ "typescript"
140
+ ]
141
142
0 commit comments