Skip to content
This repository has been archived by the owner on Mar 26, 2021. It is now read-only.

Commit

Permalink
updated ora and fixed the type lacks a call signature errors
Browse files Browse the repository at this point in the history
  • Loading branch information
shrikster committed Mar 22, 2019
1 parent cec3afa commit e6caeb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"mkdirp": "^0.5.1",
"nunjucks": "^3.1.3",
"nunjucks-date": "^1.2.0",
"ora": "3.1.0",
"ora": "^3.2.0",
"recursive-readdir": "^2.2.2",
"request-to-curl": "^0.1.1",
"sort-paths": "^1.1.1"
Expand Down Expand Up @@ -62,7 +62,6 @@
"@types/node": "^10.9.4",
"@types/nunjucks": "^3.1.0",
"@types/nunjucks-date": "0.0.6",
"@types/ora": "3.1.0",
"@types/recursive-readdir": "^2.2.0",
"jest": "^23.6.0",
"ts-jest": "^23.1.4",
Expand Down
2 changes: 1 addition & 1 deletion src/test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import chalk from 'chalk';
import * as Joi from 'joi';
import * as ora from 'ora';
import ora from 'ora';
import axios from 'axios';
import * as faker from 'faker';
import { colorizeMain, colorizeCustomRed } from './handler';
Expand Down

0 comments on commit e6caeb9

Please sign in to comment.