We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 197d41d commit 0a0cb32Copy full SHA for 0a0cb32
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "codewars-solutions-scraper",
3
- "version": "1.0.7",
+ "version": "1.0.8",
4
"description": "A scraper that gets the solutions of all of the CodeWars katas you have solved",
5
"main": "src/main.js",
6
"bin": {
src/extensions.js
@@ -33,6 +33,7 @@ const extensions = {
33
nim: 'nim',
34
objc: 'm',
35
ocaml: 'ml',
36
+ perl: 'pl',
37
php: 'php',
38
powershell: 'ps1',
39
prolog: 'pl',
0 commit comments