Skip to content

Commit

Permalink
feat: add lib config
Browse files Browse the repository at this point in the history
  • Loading branch information
dbwcooper committed Sep 7, 2021
1 parent c0fc074 commit 09fbab9
Show file tree
Hide file tree
Showing 19 changed files with 2,010 additions and 19 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ name: CI
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
9 changes: 9 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
node_modules
.DS_Store
dist
dist-ssr
*.local
.vscode
.github
index.html
vite.config.ts
233 changes: 233 additions & 0 deletions lib/esm/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 09fbab9

Please sign in to comment.