Skip to content
/ jest Public
forked from jestjs/jest

Commit

Permalink
v21.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cpojer committed Sep 4, 2017
1 parent a8be52b commit 9075ecf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.0.0",
"version": "21.0.0",
"version": "21.0.1",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/jest-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jest-cli",
"description": "Delightful JavaScript Testing.",
"version": "21.0.0",
"version": "21.0.1",
"main": "build/jest.js",
"dependencies": {
"ansi-escapes": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/jest/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "jest",
"description": "Delightful JavaScript Testing.",
"version": "21.0.0",
"version": "21.0.1",
"main": "build/jest.js",
"dependencies": {
"jest-cli": "^21.0.0"
"jest-cli": "^21.0.1"
},
"bin": {
"jest": "./bin/jest.js"
Expand Down

0 comments on commit 9075ecf

Please sign in to comment.