Skip to content

Commit ec5e099

Browse files
authored
Merge pull request #181 from ds300/fix/make-babel-jest-normal-dependency
make babel-jest normal dependency
2 parents e06e4b7 + 31eb161 commit ec5e099

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Bartosz Gościński <bargosc@gmail.com>
99
Blake Embrey <hello@blakeembrey.com>
1010
Chong Guo <cguo@azendless.com>
1111
Daniel Perez Alvarez <unindented@gmail.com>
12+
David Sheldrick <djsheldrick@gmail.com>
1213
Emil Persson <emil.n.persson@gmail.com>
1314
Eric Anderson <e@ericlanderson.com>
1415
Felipe Matos <felipems@yahoo.com.br>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ts-jest",
3-
"version": "19.0.12",
3+
"version": "19.0.13",
44
"main": "index.js",
55
"types": "./dist/index.d.ts",
66
"description": "A preprocessor with sourcemap support to help use Typescript with Jest",
@@ -55,6 +55,7 @@
5555
]
5656
},
5757
"dependencies": {
58+
"babel-jest": "^19.0.0",
5859
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
5960
"fs-extra": "^2.1.2",
6061
"glob-all": "^3.1.0",
@@ -71,7 +72,6 @@
7172
"yargs": "^7.0.2"
7273
},
7374
"peerDependencies": {
74-
"babel-jest": "^19.0.0",
7575
"jest": "^19.0.0",
7676
"typescript": "^2.1.0"
7777
},

0 commit comments

Comments
 (0)