Skip to content

Commit

Permalink
feat: remove dependency on coffee-script
Browse files Browse the repository at this point in the history
Karma never used coffee-script directly, it's just so that people can write config file in CoffeeScript.

Now it's only required if available. That means, if the developer wants to use CoffeeScript syntax, he has to install coffee-script on his own (put it in package.json).
  • Loading branch information
vojtajina committed Feb 5, 2014
1 parent b96603e commit af2d0e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@
"minimatch": "~0.2",
"http-proxy": "~0.10",
"optimist": "~0.6.0",
"coffee-script": "~1.6",
"rimraf": "~2.2.5",
"q": "~0.9.7",
"colors": "~0.6.2",
Expand Down Expand Up @@ -167,7 +166,8 @@
"karma-html2js-preprocessor": "*",
"karma-browserstack-launcher": "*",
"LiveScript": "~1.2.0",
"coffee-errors": "~0.8.6"
"coffee-errors": "~0.8.6",
"coffee-script": "~1.6"
},
"main": "./lib/index",
"bin": {},
Expand Down

0 comments on commit af2d0e7

Please sign in to comment.