Skip to content

Commit 676ba58

Browse files
committed
Merge pull request #75 from hannu/jscs-fix
Update jscs to 1.7.1. Fix tests
2 parents 3cf4312 + 5fd04d2 commit 676ba58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/app/js/directives/test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ angular.module('sgApp')
88
link: function($scope, iElm, iAttrs, controller) {
99
}
1010
}
11-
});
11+
});

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"gulp-pleeease": "^1.0.4",
5858
"gulp-plumber": "^0.6.5",
5959
"gulp-sourcemaps": "^1.2.2",
60-
"jscs": "^1.7.0",
60+
"jscs": "^1.7.1",
6161
"karma": "^0.12.24",
6262
"karma-chai": "^0.1.0",
6363
"karma-mocha": "^0.1.9",

0 commit comments

Comments
 (0)