Skip to content

Commit

Permalink
Move shift-parser to dependencies
Browse files Browse the repository at this point in the history
shift-fuzzer has an undeclared dependendency on shift-parser
shapesecurity/shift-fuzzer-js#33
  • Loading branch information
stephenwade committed Apr 9, 2021
1 parent 0265321 commit ef23c0f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 25 deletions.
32 changes: 8 additions & 24 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
Expand Up @@ -40,6 +40,7 @@
"random-item": "^3.1.0",
"shift-codegen": "^7.0.3",
"shift-fuzzer": "^2.0.0",
"shift-parser": "^7.0.3",
"shift-reducer": "^6.0.0"
},
"devDependencies": {
Expand All @@ -60,7 +61,6 @@
"meriyah": "4.1.5",
"prettier": "2.2.1",
"rimraf": "3.0.2",
"shift-parser": "7.0.3",
"unexpected": "12.0.0"
}
}

0 comments on commit ef23c0f

Please sign in to comment.