Skip to content
This repository has been archived by the owner on Feb 28, 2020. It is now read-only.

Commit

Permalink
Merge pull request #137 from Sage/upgrade-karma-eslint
Browse files Browse the repository at this point in the history
Update karma-eslint package path
  • Loading branch information
abramin authored May 30, 2017
2 parents d113103 + a54aa02 commit 6ffa858
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.1.4

* Update branch of karma-eslint package to fix build passing when errors present.

# 1.1.3

* Bump .eslintrc max function params to 5
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "carbon-factory",
"version": "1.1.3",
"version": "1.1.4",
"description": "Tools to help create user interfaces with Carbon and React.",
"main": "/lib",
"scripts": {
Expand Down Expand Up @@ -51,7 +51,7 @@
"karma-chrome-launcher": "~2.0.0",
"karma-coverage": "~1.1.1",
"karma-es5-shim": "0.0.4",
"karma-eslint": "git://github.com/abramin/karma-eslint.git#report-error-tally",
"karma-eslint": "https://github.com/abramin/karma-eslint.git",
"karma-firefox-launcher": "~1.0.0",
"karma-jasmine-ajax": "~0.1.13",
"karma-jasmine": "~1.0.2",
Expand Down

0 comments on commit 6ffa858

Please sign in to comment.