Skip to content

Commit c97ee4f

Browse files
author
Adem
committed
latest
1 parent dc916fd commit c97ee4f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

LICENSE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015 Andrew Prasetya
3+
Copyright (c) 2016 Andrew Prasetya
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21-
THE SOFTWARE.
21+
THE SOFTWARE.

gulpfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function coffeeSourcesArray() {
1313
});
1414
}
1515

16-
// Gulp object declarations.
16+
// gulp object declarations
1717
var gulp = require('gulp');
1818

1919
var coffee = require('gulp-coffee');
@@ -35,7 +35,7 @@ var uglifyConfig = {
3535

3636
var util = require('gulp-util');
3737

38-
// Gulp tasks.
38+
// gulp tasks
3939
gulp.task('default', function() {});
4040

4141
gulp.task('coffee', function() {

0 commit comments

Comments
 (0)