Skip to content

Commit

Permalink
Upgrade dependencies, run prettier, release v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
szekelymilan committed May 1, 2020
1 parent ea01e46 commit 5a884cd
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
26 changes: 13 additions & 13 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "e-kreta-cli",
"version": "0.0.7",
"version": "0.0.8",
"description": "Check your electronic diary - from right inside your terminal.",
"main": "cli.js",
"scripts": {},
Expand All @@ -14,14 +14,14 @@
"dependencies": {
"chalk": "^4.0.0",
"configstore": "^5.0.1",
"fuse.js": "^5.1.0",
"fuse.js": "^5.2.3",
"inquirer": "^7.1.0",
"inquirer-autocomplete-prompt": "^1.0.2",
"inquirer-datepicker": "^1.1.0",
"js-base64": "^2.5.2",
"meow": "^6.1.0",
"mkdirp": "^1.0.4",
"ora": "^4.0.3",
"ora": "^4.0.4",
"request": "^2.88.2",
"request-promise-native": "^1.0.8",
"update-notifier": "^4.1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const { Base64 } = require('js-base64');
const { bold, red } = require('chalk');
const configstore = require('configstore');
const request = require('request-promise-native').defaults({
headers: {'User-Agent': 'Kreta.Ellenorzo/2.9.11.2020033003 (Android; SM-G950F 0.0)'},
headers: { 'User-Agent': 'Kreta.Ellenorzo/2.9.11.2020033003 (Android; SM-G950F 0.0)' },
});

exports.pkg = require('../package.json');
Expand Down

0 comments on commit 5a884cd

Please sign in to comment.