Skip to content

Commit c34dda2

Browse files
committed
add missing lodash
1 parent 46f1bfa commit c34dda2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

template/mixins/db.mixin.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"use strict";
22

33
const { Service: DbService } = require("@moleculer/database");
4+
const _ = require("lodash");
45

56
/**
67
* @typedef {import('moleculer').ServiceSchema} ServiceSchema Moleculer's Service Schema

template/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
{{#apiIO}}
8181
"moleculer-io": "^2.2.0",
8282
{{/apiIO}}
83+
"lodash": "^4.17.21",
8384
"moleculer": "^0.15.0-beta1"
8485
},
8586
{{#apiGQL}}

0 commit comments

Comments
 (0)