Skip to content

Commit 9703c8e

Browse files
committed
replaced underscore dependency with lodash
1 parent 54cc380 commit 9703c8e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/nomnom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2525
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2626
*/
2727

28-
var _ = require("underscore"), chalk = require('chalk');
28+
var _ = require("lodash"), chalk = require('chalk');
2929

3030

3131
function ArgParser() {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
},
2828
"dependencies": {
2929
"JSV": ">= 4.0.x",
30-
"chalk": "^4.1.0",
31-
"underscore": "^1.10.2"
30+
"chalk": "^4.1.0"
31+
"lodash": "^4.17.15"
3232
},
3333
"devDependencies": {
3434
"jison": "^0.4.18",

0 commit comments

Comments
 (0)