Skip to content

Commit

Permalink
chore(release): graphql v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape committed Oct 27, 2020
1 parent d04778c commit 48e5878
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/graphql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ export default {
input: 'src/index.js',
output: {
dir: 'output',
format: 'cjs',
format: 'cjs'
},
plugins: [graphql()],
plugins: [graphql()]
};
```

Expand Down

0 comments on commit 48e5878

Please sign in to comment.