Skip to content

Commit

Permalink
Merge pull request #16 from kripod/patch-1
Browse files Browse the repository at this point in the history
fix(parser): support Prettier 2.0
  • Loading branch information
matzkoh authored Mar 23, 2020
2 parents b8f58a5 + d9c9db5 commit 19291db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { parsers } = require('prettier/parser-babylon')
const { parsers } = require('prettier/parser-babel')
const sortPackageJson = require('sort-package-json')
const parser = parsers['json-stringify']

Expand Down

0 comments on commit 19291db

Please sign in to comment.