Skip to content

Commit

Permalink
fix(webapps): update package-lock.json
Browse files Browse the repository at this point in the history
related to CAM-13946
  • Loading branch information
tasso94 committed Oct 4, 2021
1 parent cfe7e64 commit 8af2579
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions webapps/camunda-commons-ui/grunt/tasks/ensureLibs.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,7 @@ module.exports = function(grunt, dirname, licensebookConfig) {
for (var i = 0; i < included.length; i++) {
// Non-linked path
includedFiles.add(
'./node_modules/camunda-bpm-webapp/node_modules/' +
included[i] +
'/index.js'
__dirname + '/../../../../../' + included[i] + '/index.js'
);

b.require(included[i]);
Expand Down

0 comments on commit 8af2579

Please sign in to comment.