Skip to content

Commit 913b8a3

Browse files
committed
v15.0.2
1 parent 2fe81fe commit 913b8a3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.0.0-beta.26",
3-
"version": "15.0.1",
3+
"version": "15.0.2",
44
"linkedFiles": {
55
"prefix": "/**\n * @flow\n */\n"
66
}

packages/jest-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jest-cli",
33
"description": "Painless JavaScript Unit Testing.",
4-
"version": "15.0.1",
4+
"version": "15.0.2",
55
"main": "build/jest.js",
66
"dependencies": {
77
"callsites": "^2.0.0",

packages/jest/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "jest",
33
"description": "Painless JavaScript Unit Testing.",
4-
"version": "15.0.1",
4+
"version": "15.0.2",
55
"main": "build/jest.js",
66
"dependencies": {
7-
"jest-cli": "^15.0.1"
7+
"jest-cli": "^15.0.2"
88
},
99
"bin": {
1010
"jest": "./bin/jest.js"

0 commit comments

Comments
 (0)