add babel to dependencies

This commit is contained in:
Mahdi Dibaiee 2015-08-26 02:21:31 +04:30
parent 9274694d98
commit 58d8f68d9c
2 changed files with 3 additions and 1 deletions

View File

@ -14,6 +14,7 @@ describe('Equations', function () {
_expect.expect(equation(2)).to.equal(4);
// Issue #10
var subtraction = _M2['default'].equation('x - 3');
_expect.expect(subtraction(10)).to.equal(7);
});

View File

@ -26,6 +26,7 @@
"grunt-contrib-watch": "^0.6.1",
"grunt-eslint": "^11.0.0",
"grunt-mocha-test": "^0.12.7",
"mocha": "^2.2.4"
"mocha": "^2.2.4",
"babel": "^5.8.21"
}
}