Move phantomas_custom to the phantomas tool directory

This commit is contained in:
Gaël Métais
2014-12-28 18:05:10 +01:00
parent e9505f31f7
commit dccb9bb49c
13 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
var Q = require('q');
var debug = require('debug')('ylt:runner');
var phantomasWrapper = require('./tools/phantomasWrapper');
var phantomasWrapper = require('./tools/phantomas/phantomasWrapper');
var jsExecutionTransformer = require('./tools/jsExecutionTransformer');
var rulesChecker = require('./rulesChecker');
var scoreCalculator = require('./scoreCalculator');