Skip to content

Commit 3f9ed06

Browse files
author
Teja
committed
chore: release 0.1.1
1 parent f233b0c commit 3f9ed06

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-interactive-transcripts",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Interactive Transcript support in the react native.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
@@ -119,7 +119,10 @@
119119
]
120120
}
121121
},
122-
"eslintIgnore": ["node_modules/", "lib/"],
122+
"eslintIgnore": [
123+
"node_modules/",
124+
"lib/"
125+
],
123126
"prettier": {
124127
"quoteProps": "consistent",
125128
"singleQuote": true,
@@ -130,6 +133,10 @@
130133
"@react-native-community/bob": {
131134
"source": "src",
132135
"output": "lib",
133-
"targets": ["commonjs", "module", "typescript"]
136+
"targets": [
137+
"commonjs",
138+
"module",
139+
"typescript"
140+
]
134141
}
135142
}

0 commit comments

Comments
 (0)