Skip to content

Commit

Permalink
Update .npmignore & build
Browse files Browse the repository at this point in the history
  • Loading branch information
kurpachsv committed Mar 30, 2019
1 parent bc79a8c commit 7ba5f75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ stories

.coveralls.yml
.travis.yml
jest.config
jest.config.js
LICENSE
rollup.config.js

Expand Down
2 changes: 2 additions & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -843,6 +843,7 @@ function (_Component) {
selectedImageRow: rowIndex,
selectedImage: column,
selectedRowHeight: newHeight,
// eslint-disable-next-line
selectedImageId: "column-".concat(column.src, "-").concat(rowIndex, "-").concat(columnIndex),
selectedImageProps: {
placeholderHeight: placeholderHeight,
Expand Down Expand Up @@ -922,6 +923,7 @@ function (_Component) {
selectedImageRow: rowIndex,
selectedImage: column,
selectedRowHeight: newHeight,
// eslint-disable-next-line
selectedImageId: "column-".concat(column.src, "-").concat(rowIndex, "-").concat(columnIndex),
selectedImageProps: {
placeholderHeight: placeholderHeight,
Expand Down

0 comments on commit 7ba5f75

Please sign in to comment.