Skip to content

Commit

Permalink
Add package-lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
Property404 committed Mar 6, 2022
1 parent 8484672 commit 0c8baec
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
!*.html
!*.css
!package.json
!package-lock.json
node_modules
29 changes: 29 additions & 0 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"repository": "https://github.com/Property404/BrainfuckDebugger",
"main": "test.js",
"dependencies": {
"codemirror-minified": "^5.54.0"
"codemirror-minified": "^5.65.0"
},
"devDependencies": {
},
Expand Down

0 comments on commit 0c8baec

Please sign in to comment.