Skip to content

Commit

Permalink
V2 (#40)
Browse files Browse the repository at this point in the history
V2 Release 🎊 😃
  • Loading branch information
chainlist committed Nov 30, 2021
1 parent fd6ab6f commit 43b42a5
Show file tree
Hide file tree
Showing 59 changed files with 4,220 additions and 18,982 deletions.
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
.DS_Store
node_modules
public/bundle.*
dist/*
/build
/.svelte-kit
/package
.env
.env.*
9 changes: 4 additions & 5 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"useTabs": false,
"jsxSingleQuote": true,
"useTabs": true,
"singleQuote": true,
"semi": true,
"trailingComma": "none"
}
"trailingComma": "none",
"printWidth": 100
}
9 changes: 0 additions & 9 deletions .travis.yml

This file was deleted.

15 changes: 0 additions & 15 deletions CHANGELOG.md

This file was deleted.

Loading

0 comments on commit 43b42a5

Please sign in to comment.