From 4b4d3057b7b9ef70e7449fd8b5e744716ac0777e Mon Sep 17 00:00:00 2001 From: Jake Marsh Date: Sat, 5 Mar 2016 18:22:17 -0800 Subject: [PATCH 1/3] remove redundant protractor dependency --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 866f6f27..d9309957 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,6 @@ "karma-sauce-launcher": "^0.3.0", "merge-stream": "^1.0.0", "pretty-hrtime": "^1.0.1", - "protractor": "^3.0.0", "run-sequence": "^1.1.5", "tiny-lr": "^0.2.1", "uglifyify": "^3.0.1", From d8d96411efa7dbbe9d510ed03b72fb9fc4358185 Mon Sep 17 00:00:00 2001 From: Jake Marsh Date: Sat, 5 Mar 2016 18:22:25 -0800 Subject: [PATCH 2/3] remove outdated protractor documentation --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 753aa80d..3a745d8f 100644 --- a/README.md +++ b/README.md @@ -179,11 +179,6 @@ More examples can be seen at the above link for Protractor. All e2e tests are run with `gulp protractor`. -**Notes:** - -- before running the Protractor tests, the application server must be running (start it with `gulp dev`) -- the Protractor library used for the end-to-end tests may require installing the [Java JDK](http://www.oracle.com/technetwork/java/javase/downloads/index-jsp-138363.html) beforehand. - ##### Unit Tests Unit tests are used to test a single module (or "unit") at a time in order to ensure that each module performs as intended individually. In AngularJS this could be thought of as a single controller, directive, filter, service, etc. That is how the unit tests are organized in this boilerplate. From 1cff33ec07256e678de2c711d1a6329c13a65cba Mon Sep 17 00:00:00 2001 From: Jake Marsh Date: Sat, 5 Mar 2016 18:22:37 -0800 Subject: [PATCH 3/3] bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d9309957..03ee734e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angularjs-gulp-browserify-boilerplate", - "version": "1.5.5", + "version": "1.5.6", "author": "Jake Marsh ", "description": "Boilerplate using AngularJS, SASS, Gulp, and Browserify while also utilizing best practices.", "repository": {