Skip to content

Commit

Permalink
babel-helper-evaluate-path is not listed as a dependency but is used …
Browse files Browse the repository at this point in the history
…as one. (#957)

This causes an error to be thrown when using Yarn with pnp enabled.

Closes #963
Fixes #955
  • Loading branch information
aslilac authored and hzoo committed Aug 15, 2019
1 parent 6b8bab6 commit d525b6c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -12,6 +12,7 @@
"main": "lib/index.js",
"repository": "https://github.com/babel/minify/tree/master/packages/babel-plugin-minify-guarded-expressions",
"dependencies": {
"babel-helper-evaluate-path": "^0.5.0",
"babel-helper-flip-expressions": "^0.4.3"
}
}

0 comments on commit d525b6c

Please sign in to comment.