Skip to content

Commit

Permalink
chore: npm init -y; npm install @mswjs/interceptors
Browse files Browse the repository at this point in the history
  • Loading branch information
awendt committed Nov 9, 2024
1 parent 58eebc8 commit 739e2e2
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/node_modules/
80 changes: 80 additions & 0 deletions package-lock.json

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

15 changes: 15 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "gh-cleanup-notifications",
"version": "1.0.0",
"description": "gh cli extension to clean up notifications in GitHub",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@mswjs/interceptors": "^0.35.8"
}
}

0 comments on commit 739e2e2

Please sign in to comment.