Skip to content

Commit

Permalink
fix(gatsby-cli): Added better-opn as a dependency (#15078)
Browse files Browse the repository at this point in the history
* Added better-opn as a dependency

* add yarn.lock
  • Loading branch information
YungTosti authored and GatsbyJS Bot committed Jun 24, 2019
1 parent 47515ef commit d855e50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/gatsby-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"dependencies": {
"@babel/code-frame": "^7.0.0",
"@babel/runtime": "^7.0.0",
"better-opn": "^0.1.4",
"bluebird": "^3.5.0",
"chalk": "^2.4.2",
"ci-info": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4998,7 +4998,7 @@ better-assert@~1.0.0:
dependencies:
callsite "1.0.0"

better-opn@0.1.4:
better-opn@0.1.4, better-opn@^0.1.4:
version "0.1.4"
resolved "https://registry.yarnpkg.com/better-opn/-/better-opn-0.1.4.tgz#271d03bd8bcb8406d2d9d4cda5c0944d726ea171"
integrity sha512-7V92EnOdjWOB9lKsVsthCcu1FdFT5qNJVTiOgGy5wPuTsSptMMxm2G1FGHgWu22MyX3tyDRzTWk4lxY2Ppdu7A==
Expand Down

0 comments on commit d855e50

Please sign in to comment.