Skip to content

Commit 44917b4

Browse files
committed
feat(npx): switch from npm to npx to isolate dependencies
1 parent 013cd46 commit 44917b4

2 files changed

Lines changed: 1645 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
*.log
22

3+
# Dependency directories
4+
node_modules/
5+
36
# =========================
47
# Operating System Files
58
# =========================

0 commit comments

Comments
 (0)