create-fuse-app
Advanced tools
Comparing version 0.5.0 to 0.6.0
# create-fuse-app | ||
## 0.6.0 | ||
### Minor Changes | ||
- 1f225c5: Fix typo in the babel-plugin when rewriting an export default expression | ||
## 0.5.0 | ||
@@ -4,0 +10,0 @@ |
@@ -50,3 +50,3 @@ #!/usr/bin/env node | ||
const currentDeclaration = path.node.declaration; | ||
path.node.declaration = t.callExprssion( | ||
path.node.declaration = t.callExpression( | ||
t.callExpression(t.identifier("nextFusePlugin"), []), | ||
@@ -53,0 +53,0 @@ [currentDeclaration] |
{ | ||
"name": "create-fuse-app", | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"description": "The magical GraphQL framework", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/StellateHQ/fuse", |
15843