Skip to content

Commit ec653d7

Browse files
committed
author rkJun added
1 parent 39b4772 commit ec653d7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module.exports = function(grunt) {
1414
banner = "/*\n <%= pkg.name %> - OpenSource Javascript MVC Framework ver.2.0.0\n" +
1515
" Copyright 2013.08 \n" +
1616
" Dual licensed under the MIT or GPL Version 2 licenses\n" +
17-
" Author: SeungHyun PAEK, Hanghee Yi\n" +
17+
" Author: SeungHyun PAEK, Hanghee Yi, Juntai Park\n" +
1818
" HomePage: http://www.tipjs.com\n" +
1919
" Contact: http://www.tipjs.com/contact\n" +
2020
" License: MIT, GPL V2\n" +

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"repository": "https://github.com/tipJS-Team/tipJS.git",
2121
"author": [
2222
"pekuid <pekuid@gmail.com>",
23-
"javarouka <javarouka@gmail.com>"
23+
"javarouka <javarouka@gmail.com>",
24+
"rkJun <rkjun@me.com>"
2425
],
2526
"license": "MIT"
2627
}

0 commit comments

Comments
 (0)