mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-13 19:12:49 +00:00
updated package.json
This commit is contained in:
11
node_modules/i/lib/inflect.js
generated
vendored
Normal file
11
node_modules/i/lib/inflect.js
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
// Requiring modules
|
||||
|
||||
module.exports = function (attach) {
|
||||
var methods = require('./methods');
|
||||
|
||||
if (attach) {
|
||||
require('./native')(methods);
|
||||
}
|
||||
|
||||
return methods
|
||||
};
|
||||
Reference in New Issue
Block a user