Skip to content
This repository has been archived by the owner on Feb 9, 2020. It is now read-only.

Commit

Permalink
Fixed reference issue to the yaml plugin that prevented running from …
Browse files Browse the repository at this point in the history
…config
  • Loading branch information
andrewpmckenzie committed Aug 7, 2011
1 parent 4b8a7b6 commit f1d2bdd
Show file tree
Hide file tree
Showing 483 changed files with 351 additions and 37,213 deletions.
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lib/node_modules
node_modules
2 changes: 1 addition & 1 deletion bin/jasmine-dom
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ function _parseConfig(config){

var runnerConfig = [];
try {
var yaml = require('../lib/node_modules/yaml').eval(file);
var yaml = require('yaml').eval(file);

for(var k in yaml){
var runner = yaml[k];
Expand Down
1 change: 0 additions & 1 deletion lib/node_modules/.bin/haml-js

This file was deleted.

9 changes: 0 additions & 9 deletions lib/node_modules/cssom/.idea/CSSOM.iml

This file was deleted.

3 changes: 0 additions & 3 deletions lib/node_modules/cssom/.idea/dictionaries/nv.xml

This file was deleted.

5 changes: 0 additions & 5 deletions lib/node_modules/cssom/.idea/encodings.xml

This file was deleted.

17 changes: 0 additions & 17 deletions lib/node_modules/cssom/.idea/misc.xml

This file was deleted.

9 changes: 0 additions & 9 deletions lib/node_modules/cssom/.idea/modules.xml

This file was deleted.

82 changes: 0 additions & 82 deletions lib/node_modules/cssom/.idea/projectCodeStyle.xml

This file was deleted.

8 changes: 0 additions & 8 deletions lib/node_modules/cssom/.idea/vcs.xml

This file was deleted.

Loading

0 comments on commit f1d2bdd

Please sign in to comment.