Skip to content

Commit

Permalink
fix: bowerrc parsing error
Browse files Browse the repository at this point in the history
This commit fixes a wayword comma, causing bower to crash and Karma
tests not to run on our CI.
  • Loading branch information
jniles committed Oct 13, 2017
1 parent f3632fb commit dcdaf65
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bowerrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"directory": "client/vendor",
"analytics": false,
"analytics": false
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@
"express": "^4.13.3",
"express-handlebars": "^3.0.0",
"express-session": "^1.15.4",
"json2xls": "^0.1.2",
"gulp-merge-json": "^1.1.0",
"helmet": "^3.8.0",
"ioredis": "^3.1.2",
"json-2-csv": "^2.1.0",
"json2xls": "^0.1.2",
"lodash": "^4.16.2",
"mkdirp": "^0.5.1",
"moment": "^2.15.0",
Expand All @@ -70,14 +70,14 @@
"mysql": "^2.14.0",
"node-uuid": "^1.4.7",
"q": "~1.5.0",
"snyk": "^1.41.1",
"stream-to-promise": "^2.2.0",
"use-strict": "^1.0.1",
"winston": "^2.1.1",
"wkhtmltopdf": "^0.3.3",
"snyk": "^1.41.1"
"wkhtmltopdf": "^0.3.3"
},
"devDependencies": {
"bower": "^1.8.0",
"bower": "^1.8.2",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.0",
"chai-datetime": "^1.5.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ bower-npm-resolver@^0.7.0:
tar-fs "1.13.2"
underscore "1.8.3"

bower@^1.8.0:
bower@^1.8.2:
version "1.8.2"
resolved "https://registry.yarnpkg.com/bower/-/bower-1.8.2.tgz#adf53529c8d4af02ef24fb8d5341c1419d33e2f7"

Expand Down

0 comments on commit dcdaf65

Please sign in to comment.