Skip to content

Commit

Permalink
fix(gatsby-cli): Move ink to dependencies instead of optionalDependen…
Browse files Browse the repository at this point in the history
…cies (#24542)
  • Loading branch information
blainekasten committed May 28, 2020
1 parent ad5f9af commit 6a3f762
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/gatsby-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
"gatsby-recipes": "^0.1.30",
"gatsby-telemetry": "^1.3.9",
"hosted-git-info": "^3.0.4",
"ink": "^2.7.1",
"ink-spinner": "^3.0.1",
"is-valid-path": "^0.1.1",
"lodash": "^4.17.15",
"meant": "^1.0.1",
Expand Down Expand Up @@ -60,10 +62,6 @@
"cross-env": "^5.2.1",
"typescript": "^3.9.2"
},
"optionalDependencies": {
"ink": "^2.7.1",
"ink-spinner": "^3.0.1"
},
"files": [
"lib",
"scripts"
Expand Down

0 comments on commit 6a3f762

Please sign in to comment.