Skip to content

Commit

Permalink
158 architecture (#182)
Browse files Browse the repository at this point in the history
* Updated license headers to reference Final Hill LLC
* BREAKING CHANGE: contracts now managed separate from the class
* Rewrote README to reflect the new architecture
* Updated dependencies
* Merged jest.config.js into package.json
* Updated linting rules
* Moved unit tests to separate folder
* Public property definitions are now illegal
* Fixed package.json debug command
* Bugfix of invariant inheritance
  • Loading branch information
mlhaufe authored Apr 23, 2021
1 parent e2b2779 commit 72f8d90
Show file tree
Hide file tree
Showing 71 changed files with 24,618 additions and 16,604 deletions.
20 changes: 10 additions & 10 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# EditorConfig: https://EditorConfig.org

# top-most EditorConfig file
root = true

[*.{ts,json,config}]
charset = utf-8
end_of_line = crlf
indent_size = 4
indent_style = space
# EditorConfig: https://EditorConfig.org

# top-most EditorConfig file
root = true

[*.{ts,json,config}]
charset = utf-8
end_of_line = crlf
indent_size = 4
indent_style = space
trim_trailing_whitespace = true
Loading

0 comments on commit 72f8d90

Please sign in to comment.