Skip to content

Commit

Permalink
chore: switch to peggy
Browse files Browse the repository at this point in the history
  • Loading branch information
tivac committed Jul 6, 2021
1 parent 532c33f commit 399700c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
34 changes: 17 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"lerna": "^4.0.0",
"node-notifier": "^10.0.0",
"p-defer": "^3.0.0",
"pegjs": "0.10.0",
"peggy": "^1.2.0",
"read-dir-deep": "^7.0.1",
"rollup": "^2.52.4",
"rollup-plugin-hypothetical": "^2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion parsers/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const fs = require("fs");
const path = require("path");
const { promisify } = require("util");

const peg = require("pegjs");
const peg = require("peggy");

const read = promisify(fs.readFile);
const write = promisify(fs.writeFile);
Expand Down

0 comments on commit 399700c

Please sign in to comment.