Skip to content

Commit

Permalink
wtf coffeescript is not a dep
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Mar 4, 2013
1 parent 06b48eb commit 60c289f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -11,10 +11,10 @@
"man": "./jade.1",
"dependencies": {
"commander": "0.6.1",
"mkdirp": "0.3.x",
"coffee-script": "~1.4.0"
"mkdirp": "0.3.x"
},
"devDependencies": {
"coffee-script": "~1.4.0",
"mocha": "*",
"markdown": "*",
"stylus": "*",
Expand Down

5 comments on commit 60c289f

@ForbesLindesay
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Woop, this makes jade so much faster to install/depend on

@vendethiel
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I always wondered why it was, tbh :p

@ForbesLindesay
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assumed it was deliberate to make the coffeescript filter work without having to install coffeescript manually. Which surprised me since TJ doesn't seem to be a huge coffeescript fan.

@tj
Copy link
Contributor Author

@tj tj commented on 60c289f Mar 4, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

haha not sure how that got in there, I think myself or someone did a npm install --save since I never use ~ either

@vendethiel
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I remember seeing that and being surprised, and AFAIR it was when you re-added the :coffee syntax, but I thought as @ForbesLindesay

Please sign in to comment.