Skip to content

Commit

Permalink
fix(imports): use file path for lodash import
Browse files Browse the repository at this point in the history
  • Loading branch information
Isokaeder authored and santiagoballadares committed Nov 22, 2024
1 parent 461df26 commit c961866
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/kotti-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,5 @@
"style": "./dist/style.css",
"type": "module",
"types": "./dist/index.d.ts",
"version": "8.0.0"
"version": "8.0.1"
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</template>

<script lang="ts">
import range from 'lodash/range'
import range from 'lodash/range.js'
import { computed, defineComponent } from 'vue'
const ADJACENT_MULTIPLIER = 20
Expand Down

0 comments on commit c961866

Please sign in to comment.