Skip to content

Commit

Permalink
Merge pull request #380 from SimenB/patch-1
Browse files Browse the repository at this point in the history
Remove jest-util as dependency
  • Loading branch information
kulshekhar authored Dec 1, 2017
2 parents 958d84d + afc99b3 commit 41206f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Orta Therox <orta.therox+gh@gmail.com>
Patrick Housley <patrick.f.housley@gmail.com>
Richard Silverton <richsilv@yahoo.co.uk>
Rikki Tooley <rikki.tooley@travellocal.com>
Simen Bekkhus <sbekkhus91@gmail.com>
Thomas Fontaine <thomas.fontaine@me.com>
Tom Crockett <tomcrockett@tuplehealth.com>
Trivikram Kamat <trivikr.dev@gmail.com>
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-jest",
"version": "21.2.3",
"version": "21.2.4",
"main": "index.js",
"types": "./dist/index.d.ts",
"description": "A preprocessor with sourcemap support to help use Typescript with Jest",
Expand Down Expand Up @@ -73,7 +73,6 @@
"cpx": "^1.5.0",
"fs-extra": "^4.0.2",
"jest-config": "^21.2.1",
"jest-util": "^21.2.1",
"pkg-dir": "^2.0.0",
"source-map-support": "^0.5.0",
"yargs": "^10.0.3"
Expand Down

0 comments on commit 41206f5

Please sign in to comment.