Skip to content

Commit

Permalink
Fix shortid dependency. Bump version. (#680)
Browse files Browse the repository at this point in the history
  • Loading branch information
inikulin committed Jul 21, 2016
1 parent 69c7c4c commit 3ab50c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "testcafe",
"license": "MIT",
"version": "0.1.0-alpha",
"version": "0.1.1-alpha",
"main": "lib/index",
"bin": {
"testcafe": "./bin/testcafe.js"
Expand Down Expand Up @@ -43,6 +43,7 @@
"read-file-relative": "^1.2.0",
"replicator": "^1.0.0",
"resolve-cwd": "^1.0.0",
"shortid": "^2.2.6",
"source-map-support": "^0.4.0",
"stack-chain": "^1.3.6",
"strip-bom": "^2.0.0",
Expand Down Expand Up @@ -98,7 +99,6 @@
"request": "^2.58.0",
"saucelabs-connector": "^0.2.0",
"serve-static": "^1.10.0",
"shortid": "^2.2.6",
"strip-ansi": "^3.0.0",
"tmp": "0.0.28"
},
Expand Down

0 comments on commit 3ab50c5

Please sign in to comment.