Skip to content

Commit

Permalink
Fix coffeescript version
Browse files Browse the repository at this point in the history
  • Loading branch information
yulii committed Dec 7, 2019
1 parent 9e8bb05 commit c3eae2a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"url": "https://github.com/github/hubot.git"
},
"dependencies": {
"coffeescript": "^2.4.1",
"coffeescript": "^1.12.7",
"moment-timezone": "^0.5.27",
"hubot": "^3.3.2",
"hubot-slack": "^4.7.1"
Expand Down
7 changes: 6 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,12 @@ coffeescript@1.6.3:
resolved "https://registry.yarnpkg.com/coffeescript/-/coffeescript-1.6.3.tgz#41749750c621a6553c7c03818a5384bb24c30541"
integrity sha1-QXSXUMYhplU8fAOBilOEuyTDBUE=

coffeescript@^2.0.2, coffeescript@^2.1.0, coffeescript@^2.4.1:
coffeescript@^1.12.7:
version "1.12.7"
resolved "https://registry.yarnpkg.com/coffeescript/-/coffeescript-1.12.7.tgz#e57ee4c4867cf7f606bfc4a0f2d550c0981ddd27"
integrity sha512-pLXHFxQMPklVoEekowk8b3erNynC+DVJzChxS/LCBBgR6/8AJkHivkm//zbowcfc7BTCAjryuhx6gPqPRfsFoA==

coffeescript@^2.0.2, coffeescript@^2.1.0:
version "2.4.1"
resolved "https://registry.yarnpkg.com/coffeescript/-/coffeescript-2.4.1.tgz#815fd337df0a34d49e74a98a6ebea9c3e7930f70"
integrity sha512-34GV1aHrsMpTaO3KfMJL40ZNuvKDR/g98THHnE9bQj8HjMaZvSrLik99WWqyMhRtbe8V5hpx5iLgdcSvM/S2wg==
Expand Down

0 comments on commit c3eae2a

Please sign in to comment.