From d6eff5180ed30a82726e25fd66e14b92c097bf2b Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Fri, 6 Nov 2015 12:29:49 +0000 Subject: [PATCH] Use phantomJS 2.1.1 in travis no issue - download phantomjs 2.1.1 in Travis' `before_install` step and update the `PATH` export to so the downloaded version is used - remove the now no-longer needed `ember-cli-es5-shim` dependency - update documentation references to match new phantomjs version --- ghost/admin/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/ghost/admin/package.json b/ghost/admin/package.json index 7e4061ded7..eb7b85fcc4 100644 --- a/ghost/admin/package.json +++ b/ghost/admin/package.json @@ -26,7 +26,6 @@ "ember-cli-babel": "5.1.5", "ember-cli-content-security-policy": "0.4.0", "ember-cli-dependency-checker": "1.1.0", - "ember-cli-es5-shim": "0.1.1", "ember-cli-fastclick": "1.0.3", "ember-cli-htmlbars": "1.0.1", "ember-cli-htmlbars-inline-precompile": "0.3.1",