Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
airman5573 committed Sep 22, 2023
1 parent ab7e388 commit 2e02a59
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# .gitignore
node_modules/

dist
dist/

types/

*.tsbuildinfo
4 changes: 2 additions & 2 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
engine-strict = true
auto-install-peers = true
engine-strict=true
auto-install-peers=true

0 comments on commit 2e02a59

Please sign in to comment.