Skip to content

Commit f56f477

Browse files
committed
fix(tests): e2e tests broken
1 parent f0bb855 commit f56f477

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,19 @@
2323
"homepage": "https://github.com/doshprompt/angular-localization",
2424
"devDependencies": {
2525
"grunt": "^0.4.5",
26-
"grunt-concurrent": "^0.5.0",
2726
"grunt-contrib-clean": "^0.5.0",
2827
"grunt-contrib-compress": "^0.9.1",
2928
"grunt-contrib-concat": "^0.4.0",
3029
"grunt-contrib-connect": "^0.7.1",
3130
"grunt-contrib-uglify": "^0.4.0",
3231
"grunt-karma": "^0.8.3",
3332
"grunt-preprocess": "^4.0.0",
34-
"grunt-protractor-runner": "^1.0.0",
33+
"grunt-protractor-runner": "^1.1.0",
3534
"karma-jasmine": "^0.1.5",
3635
"karma-junit-reporter": "^0.2.2",
3736
"karma-phantomjs-launcher": "^0.1.4",
3837
"load-grunt-tasks": "^0.4.0",
3938
"phantomjs": "^1.9.7-8",
40-
"protractor": "^0.23.1"
39+
"protractor": "^1.0.0"
4140
}
4241
}

0 commit comments

Comments
 (0)