Skip to content

Commit

Permalink
chore: cleanup library structure
Browse files Browse the repository at this point in the history
chore: turn into ES module

  * This is the future, embrace it
  * Simplifies building and testing (mid-term) the library

chore: drop `peerDependencies`

  This should only be used under rare circumstances, where
  "there can only be one" principle must be followed, or the outside
  mandates the dependency to use.

  To consider in the future if this library should even depend on
  dmn-moddle, or just consume a moddle tree.

chore: adjust scripts to conform with standard pattern

  The scripts `all`, `build`, `test` scripts work as expected
  • Loading branch information
nikku committed Nov 19, 2024
1 parent c9640d4 commit 6922e15
Show file tree
Hide file tree
Showing 4 changed files with 254 additions and 813 deletions.
Loading

0 comments on commit 6922e15

Please sign in to comment.