Skip to content

Commit

Permalink
Updated dependencies of justified-layout
Browse files Browse the repository at this point in the history
  • Loading branch information
marekdedic committed Oct 10, 2018
1 parent 6a7af44 commit 83f266a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ function copyImagesloaded() {
.pipe( gulp.dest( 'plugin/bundled/' ) );
}

gulp.task( 'copyJustifiedLayout', gulp.series( shell.task([ 'npm install', 'npm run prepublish' ], {cwd: 'node_modules/justified-layout' }), copyJustifiedLayoutFile ) );
gulp.task( 'copyJustifiedLayout', gulp.series( shell.task([ 'npm install' ], {cwd: 'node_modules/justified-layout' }), copyJustifiedLayoutFile ) );
function copyJustifiedLayoutFile() {
return gulp.src( 'node_modules/justified-layout/dist/justified-layout.min.js' )
.pipe( gulp.dest( 'plugin/bundled/' ) );
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"imagelightbox": "^0.11.0",
"imagesloaded": "^4.1.4",
"justified-layout": "github:skaut/justified-layout#configurable-edge-cases"
"justified-layout": "github:skaut/justified-layout#all-fixes"
},
"devDependencies": {
"eslint": "^5.6.1",
Expand Down
6 changes: 4 additions & 2 deletions plugin/bundled/justified-layout.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 83f266a

Please sign in to comment.