Skip to content

Commit ce5bceb

Browse files
committed
Fix typo
1 parent 33f6b36 commit ce5bceb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function transform(src, filename, options) {
3939
result = gqlTransform(result);
4040
}
4141

42-
const babelCompileResult = upstreamTransformer({
42+
const babelCompileResult = upstreamTransformer.transform({
4343
src: result,
4444
filename,
4545
options,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bam.tech/react-native-graphql-transformer",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Transform GraphQL source files with ReactNative",
55
"main": "index.js",
66
"repository": "git@github.com:bamlab/react-native-graphql-transformer.git",

0 commit comments

Comments
 (0)