Skip to content

Commit

Permalink
Initial NPM package structure (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnj authored Aug 29, 2023
1 parent efe0ad6 commit fab1e88
Show file tree
Hide file tree
Showing 10 changed files with 681 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdks/npm/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
/lib
5 changes: 5 additions & 0 deletions sdks/npm/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"printWidth": 120,
"trailingComma": "all",
"singleQuote": true
}
Loading

0 comments on commit fab1e88

Please sign in to comment.