Skip to content

Commit

Permalink
fix(gatsby-cli): make ink an optional dependency (gatsbyjs#14233)
Browse files Browse the repository at this point in the history
  • Loading branch information
wardpeet authored and DSchau committed May 22, 2019
1 parent 5d3ff9a commit 10638f8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions packages/gatsby-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
"fs-extra": "^4.0.1",
"gatsby-telemetry": "^1.0.9",
"hosted-git-info": "^2.6.0",
"ink": "^2.0.5",
"ink-spinner": "^3.0.1",
"is-valid-path": "^0.1.1",
"lodash": "^4.17.10",
"meant": "^1.0.1",
Expand All @@ -39,7 +37,7 @@
"react": "^16.8.4",
"resolve-cwd": "^2.0.0",
"semver": "^6.0.0",
"source-map": "^0.5.7",
"source-map": "0.5.7",
"stack-trace": "^0.0.10",
"strip-ansi": "^5.2.0",
"update-notifier": "^2.3.0",
Expand All @@ -53,6 +51,10 @@
"babel-preset-gatsby-package": "^0.1.4",
"cross-env": "^5.1.4"
},
"optionalDependencies": {
"ink": "^2.0.5",
"ink-spinner": "^3.0.1"
},
"files": [
"lib"
],
Expand Down

0 comments on commit 10638f8

Please sign in to comment.