diff --git a/.eslintrc b/.eslintrc index 3527a78..caa95f9 100644 --- a/.eslintrc +++ b/.eslintrc @@ -64,7 +64,7 @@ "angular/watchers-execution": [0, "$digest"], "angular/window-service": 2 }, - "env": { + "env": { # http://eslint.org/docs/1.10.3/rules/no-undef.html#environments "browser": true, "jquery": true, "jasmine": true, @@ -73,7 +73,6 @@ }, "globals": { "window": true, - }, "extends": "angular" } diff --git a/package.json b/package.json index da6ce16..305ffd7 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,6 @@ "autoprefixer": "^6.3.3", "babel-core": "^6.5.2", "babel-loader": "^6.2.4", - "bower": "^1.7.7", "colors": "^1.1.2", "concurrent-transform": "^1.0.0", "css-loader": "^0.23.1",