Remove uneeded .js extension

This commit is contained in:
Blade Barringer
2015-09-17 08:09:47 -05:00
parent 4681fc6c96
commit 550ceb8701
3 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
let t = require('./helpers/translator.js');
let t = require('./helpers/translator');
const NUMBER_OF_QUESTIONS = 12;