Skip to content

Commit

Permalink
(- dep fix) Move reason-cli to optionalDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
ELLIOTTCABLE committed Feb 5, 2019
1 parent 2c68573 commit 8d9cccb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
"plugin-error": "^1.0.1",
"precise-commits": "^1.0.2",
"prettier": "1.14.3",
"reason-cli": "^3.3.3-macos-1",
"sinon": "^7.2.2",
"sinon-chai": "^3.3.0",
"typescript": "^3.2.4",
Expand All @@ -83,5 +82,8 @@
"bats": "^1.1.0",
"gulp": "^4.0.0",
"gulp-cli": "^2.0.1"
},
"optionalDependencies": {
"reason-cli": "*"
}
}

0 comments on commit 8d9cccb

Please sign in to comment.