Commit bf32038d authored by missingdays's avatar missingdays

Update for publishing

parent 1b9c15b1
{
"name": "my_factorial",
"name": "myfactorial",
"version": "1.0.0",
"description": "Calculate factorial",
"main": "main.js",
"main": "src/myfactorial",
"scripts": {
"test": "grunt test"
},
......
......@@ -5,7 +5,7 @@
* Distributed under terms of the MIT license.
*/
var my_factorial = require('../src/my_factorial');
var my_factorial = require('../src/myfactorial');
exports.testCalculatesCorrectly = function(test){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment