Skip to content

Commit

Permalink
Install loglevel and loglevel-plugin-prefix as normal dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nibble-4bits committed Aug 22, 2020
1 parent 0c18f92 commit 5a1d323
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
6 changes: 2 additions & 4 deletions package-lock.json

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

8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codewars-solutions-scraper",
"version": "1.0.3",
"version": "1.0.4",
"description": "A scraper that gets the solutions of all of the CodeWars katas you have solved",
"main": "src/main.js",
"bin": {
Expand Down Expand Up @@ -32,10 +32,8 @@
"chalk": "^4.0.0",
"commander": "^5.1.0",
"inquirer": "^7.1.0",
"puppeteer": "^3.1.0"
},
"devDependencies": {
"loglevel": "^1.6.8",
"loglevel-plugin-prefix": "^0.8.4"
"loglevel-plugin-prefix": "^0.8.4",
"puppeteer": "^3.1.0"
}
}

0 comments on commit 5a1d323

Please sign in to comment.