Skip to content

Commit

Permalink
disable package-lock.json for discord-bot
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jan 4, 2024
1 parent 34c31d5 commit e298860
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions discord-bot/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false
2 changes: 1 addition & 1 deletion discord-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "mocha --exit test/*.js",
"test": "mocha test/*.js",
"start": "node ./index.js"
},
"author": "",
Expand Down

0 comments on commit e298860

Please sign in to comment.