Skip to content

Commit

Permalink
Maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
evanplaice committed Nov 12, 2021
1 parent 5463495 commit 1c8fb39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules/
package/
.DS_Store
*.tgz
package-lock.json
3 changes: 1 addition & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
"version": "0.2.0",
"configurations": [
{
"name": "This",
"name": "Current File",
"type": "node",
"request": "launch",
"runtimeVersion": "14.2.0",
"program": "${file}"
}
]
Expand Down

0 comments on commit 1c8fb39

Please sign in to comment.