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

Commit fcd0eb3

Browse files
Nathan SoboMax Brunsfeld
Nathan Sobo
authored and
Max Brunsfeld
committed
Ditch coffee-cache because it makes it hard to debug syntax errors
Signed-off-by: Max Brunsfeld <[email protected]>
1 parent 2452838 commit fcd0eb3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
"babel-preset-stage-0": "6.5.0",
4040
"babel-register": "6.5.2",
4141
"chai": "3.5.0",
42-
"coffee-cache": "0.2.0",
4342
"coffee-script": "1.7.0",
4443
"coffeelint": "1.14.2",
4544
"debounce": "1.0.0",

spec/helpers/setup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
require('babel-register')
2-
require('coffee-cache')
2+
require('coffee-script/register')
33

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

0 commit comments

Comments
 (0)