From fbe557291b527c41cad271da0312cde1455e132f Mon Sep 17 00:00:00 2001 From: Zordius Chen Date: Fri, 8 Jan 2016 15:24:30 +0800 Subject: [PATCH] try to fix protractor issue --- examples/00hello/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/00hello/package.json b/examples/00hello/package.json index abdce10..4e0f087 100644 --- a/examples/00hello/package.json +++ b/examples/00hello/package.json @@ -31,7 +31,7 @@ "babel-preset-react": "6.1.18", "babel-plugin-transform-runtime": "*", "browser-request": "*", - "protractor": "*", + "protractor": "2.5.1", "badge-render": "*", "aliasify": "*", "browserify": "*",