pschoro

Results 2 comments of pschoro

Hey guys, I fixed it with this code : ``` 'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.addModule = addModule; var _jscodeshift = require('jscodeshift'); var _jscodeshift2 = _interopRequireDefault(_jscodeshift); function...

No need ...it was simply a typo in the variable _jscodeshift...I did not change anything else ^^