Skip to content

Commit

Permalink
Fix highlights download
Browse files Browse the repository at this point in the history
  • Loading branch information
Alphka committed Apr 8, 2024
1 parent 0df41c9 commit c9ce6be
Show file tree
Hide file tree
Showing 8 changed files with 284 additions and 191 deletions.
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
.vscode
node_modules
output
.vscode/
node_modules/
output/
tests/*
!tests/index.test.js
.env
config.json
test*.*
2 changes: 1 addition & 1 deletion jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"resolveJsonModule": true,
"checkJs": true,
"strict": true,
"skipLibCheck": true,
"skipLibCheck": false,
"noImplicitAny": false,
"strictNullChecks": false,
"strictPropertyInitialization": false,
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Kayo Souza",
"name": "insta-downloader",
"version": "3.0.0",
"version": "3.1.0",
"description": "An application to download content from Instagram",
"main": "src/index.js",
"scripts": {
Expand All @@ -19,18 +19,18 @@
"videos"
],
"dependencies": {
"axios": "~1.6.7",
"axios": "~1.6.8",
"chalk": "^5.3.0",
"commander": "~12.0.0",
"dotenv": "~16.4.4",
"dotenv": "~16.4.5",
"mime": "~3.0.0",
"sharp": "~0.33.2"
"sharp": "~0.33.3"
},
"devDependencies": {
"@types/mime": "~3.0.4",
"@types/node": "20.x",
"@types/sharp": "~0.31.1",
"typescript": "^5.3.3"
"typescript": "^5.4.4"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit c9ce6be

Please sign in to comment.