Skip to content

Commit

Permalink
Remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SamVerschueren committed Aug 31, 2018
1 parent 69ad1d4 commit f5d0b0d
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,14 @@
],
"dependencies": {
"@samverschueren/stream-to-observable": "^0.3.0",
"cli-truncate": "^0.2.1",
"figures": "^1.7.0",
"indent-string": "^2.1.0",
"is-observable": "^1.1.0",
"is-promise": "^2.1.0",
"is-stream": "^1.1.0",
"listr-silent-renderer": "^1.1.1",
"listr-update-renderer": "^0.4.0",
"listr-verbose-renderer": "^0.4.0",
"log-symbols": "^1.0.2",
"log-update": "^1.0.2",
"ora": "^0.2.3",
"p-map": "^1.1.1",
"rxjs": "^6.1.0",
"strip-ansi": "^3.0.1"
"rxjs": "^6.1.0"
},
"devDependencies": {
"ava": "*",
Expand All @@ -62,6 +55,7 @@
"delay": "^1.3.1",
"hook-std": "^0.2.0",
"lint-staged": "^3.3.1",
"log-symbols": "^2.2.0",
"nyc": "^8.3.2",
"pre-commit": "^1.2.2",
"split": "^1.0.1",
Expand Down

0 comments on commit f5d0b0d

Please sign in to comment.