Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nicjansma committed May 2, 2017
1 parent 76fee9f commit 62ab83c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
},
"scripts": {
"test": "grunt test",
"install": "if [ -e node_modules/protractor/bin/webdriver-manager ]; then node node_modules/protractor/bin/webdriver-manager update; fi"
"install": "test -e node_modules/protractor/bin/webdriver-manager && node node_modules/protractor/bin/webdriver-manager update"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion plugins/backbone.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
*/
function bootstrap(router) {
if (typeof BOOMR.window.Backbone === "undefined" ||
typeof router === "undefined") {
typeof router === "undefined") {
return false;
}

Expand Down

0 comments on commit 62ab83c

Please sign in to comment.