mirror of
https://github.com/fluencelabs/fluence-js.git
synced 2024-12-04 18:00:18 +00:00
f9abc6419c
* Update README * Improve build experience * Fix eslint * Fix eslint * Fix eslint * Fix tooling * Fix formatting * Fix formatting * Fix test resource name * Remove async * Fix comments * Add ts-check * Add new line * Fix arg * add todo's * Fix lint * Fix typo * Type module * Add deps to isomorphic package * Extract function type * Fix newline * Remove private * Use prepare hook instead of postinstall
12 lines
112 B
Plaintext
12 lines
112 B
Plaintext
*.log
|
|
.idea
|
|
.eslintcache
|
|
|
|
# Dependency directories
|
|
node_modules/
|
|
|
|
# Build directory
|
|
**/dist
|
|
**/public
|
|
.DS_Store
|