Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Ditch coffee-cache because it makes it hard to debug syntax errors
Browse files Browse the repository at this point in the history
Signed-off-by: Max Brunsfeld <maxbrunsfeld@github.com>
  • Loading branch information
Nathan Sobo authored and Max Brunsfeld committed Sep 15, 2016
1 parent 2452838 commit fcd0eb3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"babel-preset-stage-0": "6.5.0",
"babel-register": "6.5.2",
"chai": "3.5.0",
"coffee-cache": "0.2.0",
"coffee-script": "1.7.0",
"coffeelint": "1.14.2",
"debounce": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion spec/helpers/setup.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require('babel-register')
require('coffee-cache')
require('coffee-script/register')

global.assert = require('chai').assert

Expand Down

0 comments on commit fcd0eb3

Please sign in to comment.