Skip to content

Commit

Permalink
Add degit and pnpm to root
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyjams committed Nov 18, 2023
1 parent 36c5141 commit 72ec352
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.DS_Store
node_modules/
39 changes: 39 additions & 0 deletions package-lock.json

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

6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"dependencies": {
"degit": "^2.8.4",
"pnpm": "^8.10.5"
}
}

0 comments on commit 72ec352

Please sign in to comment.