remove node_modules and .gitignore them
This commit is contained in:
-8
@@ -1,8 +0,0 @@
|
||||
"use strict";
|
||||
|
||||
var floorMonth = require("./floor-month");
|
||||
|
||||
module.exports = function () {
|
||||
floorMonth.call(this).setMonth(0);
|
||||
return this;
|
||||
};
|
||||
Reference in New Issue
Block a user