Skip to content

Commit b76db9e

Browse files
anthony-redFoxjohnjbarton
authored andcommittedSep 26, 2019
Remove unused dateformat dependency (#384)
1 parent 075ece0 commit b76db9e

File tree

3 files changed

+119
-73
lines changed

3 files changed

+119
-73
lines changed
 

‎package-lock.json

+119-71
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
],
2020
"author": "SATO taichi <ryushi@gmail.com>",
2121
"dependencies": {
22-
"dateformat": "^1.0.6",
2322
"istanbul-lib-coverage": "^2.0.5",
2423
"istanbul-lib-instrument": "^3.3.0",
2524
"istanbul-lib-report": "^2.0.8",

‎test/reporter.spec.coffee

-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ describe 'reporter', ->
5757

5858
mocks =
5959
fs: mockFs
60-
dateformat: require 'dateformat'
6160

6261
beforeEach ->
6362
mockCoverageSummary =

0 commit comments

Comments
 (0)
Please sign in to comment.