Skip to content

Commit

Permalink
Add support for Perl solutions
Browse files Browse the repository at this point in the history
  • Loading branch information
nibble-4bits committed Jul 7, 2021
1 parent 197d41d commit 0a0cb32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codewars-solutions-scraper",
"version": "1.0.7",
"version": "1.0.8",
"description": "A scraper that gets the solutions of all of the CodeWars katas you have solved",
"main": "src/main.js",
"bin": {
Expand Down
1 change: 1 addition & 0 deletions src/extensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const extensions = {
nim: 'nim',
objc: 'm',
ocaml: 'ml',
perl: 'pl',
php: 'php',
powershell: 'ps1',
prolog: 'pl',
Expand Down

0 comments on commit 0a0cb32

Please sign in to comment.