Skip to content

Commit

Permalink
add libs and refactor (#432)
Browse files Browse the repository at this point in the history
* add libs and refactor

* change npm publish tag to next

* move @massalabs deps to peer dependencies

* enable esModuleInterop

* DollarValue: p html element

* bump version 0.0.4

* add some deps in optimizeDeps

* add helper formatStandard for wail frontend

* revert publish next
  • Loading branch information
Thykof authored May 17, 2024
1 parent e0e3a19 commit c17a57a
Show file tree
Hide file tree
Showing 49 changed files with 1,857 additions and 52 deletions.
2 changes: 1 addition & 1 deletion cypress/component/unit/truncate.cy.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// <reference types="cypress" />

import { truncate } from '../../../src/util/truncate';
import { truncate } from '../../../src/lib/util/truncate';

describe('Component | Unit | Util | Truncate', () => {
before(() => {
Expand Down
Loading

0 comments on commit c17a57a

Please sign in to comment.