From d25ea9cddbe61f4eda185de91f1bb7adee8a6bc6 Mon Sep 17 00:00:00 2001 From: lishaoxing <674348576> Date: Fri, 24 Mar 2017 10:32:36 +0800 Subject: [PATCH 01/12] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BE=9D=E8=B5=96summe?= =?UTF-8?q?rnote=E7=9A=84=E4=B8=8B=E8=BD=BD=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bower.json | 90 ++++++++++++++++++++++++++---------------------------- 1 file changed, 44 insertions(+), 46 deletions(-) diff --git a/bower.json b/bower.json index 6dab279..fe4cc0d 100644 --- a/bower.json +++ b/bower.json @@ -1,49 +1,47 @@ { - "name": "angular-summernote", - "description": "AngularJS directive to Summernote", - "version": "0.8.1", - "main": [ + "name": "angular-summernote", + "description": "AngularJS directive to Summernote", + "version": "0.8.1", + "main": [ "./dist/angular-summernote.js" - ], - "license": "MIT", - "ignore": [ - "node_modules/", - "examples/", - "test/", - "Gruntfile.js", - "karma.conf.js", - "package.json", - ".travis.yml", - ".jshintrc", - ".gitignore", - ".editorconfig", - ".bowerrc", - ".coveralls.yml" - ], - "keywords": ["angular.js", "summernote", "editor", "directive"], - "authors": [ - { - "name": "\"Outsider\" Jeonghoon Byun", - "email": "outsideris@gmail.com", - "url": "http://blog.outsider.ne.kr/" + ], + "license": "MIT", + "ignore": [ + "node_modules/", + "examples/", + "test/", + "Gruntfile.js", + "karma.conf.js", + "package.json", + ".travis.yml", + ".jshintrc", + ".gitignore", + ".editorconfig", + ".bowerrc", + ".coveralls.yml" + ], + "keywords": ["angular.js", "summernote", "editor", "directive"], + "authors": [{ + "name": "\"Outsider\" Jeonghoon Byun", + "email": "outsideris@gmail.com", + "url": "http://blog.outsider.ne.kr/" + }], + "repository": { + "type": "git", + "url": "git://github.com/summernote/angular-summernote.git" + }, + "dependencies": { + "summernote": "summernote-blur#^0.8.2", + "angular": "~1.5.0" + }, + "devDependencies": { + "angular-1.2": "https://raw.githubusercontent.com/angular/bower-angular/v1.2.29/angular.min.js", + "angular-1.3": "https://raw.githubusercontent.com/angular/bower-angular/v1.3.20/angular.min.js", + "angular-1.4": "https://raw.githubusercontent.com/angular/bower-angular/v1.4.9/angular.min.js", + "chai": "~2.3.0", + "angular-mocks": "~1.5.0", + "angular-mocks-1.2": "https://raw.githubusercontent.com/angular/bower-angular-mocks/v1.2.29/angular-mocks.js", + "angular-mocks-1.3": "https://raw.githubusercontent.com/angular/bower-angular-mocks/v1.3.20/angular-mocks.js", + "angular-mocks-1.4": "https://raw.githubusercontent.com/angular/bower-angular-mocks/v1.4.9/angular-mocks.js" } - ], - "repository": { - "type": "git", - "url": "git://github.com/summernote/angular-summernote.git" - }, - "dependencies": { - "summernote": "~0.8.0", - "angular": "~1.5.0" - }, - "devDependencies": { - "angular-1.2": "https://raw.githubusercontent.com/angular/bower-angular/v1.2.29/angular.min.js", - "angular-1.3": "https://raw.githubusercontent.com/angular/bower-angular/v1.3.20/angular.min.js", - "angular-1.4": "https://raw.githubusercontent.com/angular/bower-angular/v1.4.9/angular.min.js", - "chai": "~2.3.0", - "angular-mocks": "~1.5.0", - "angular-mocks-1.2": "https://raw.githubusercontent.com/angular/bower-angular-mocks/v1.2.29/angular-mocks.js", - "angular-mocks-1.3": "https://raw.githubusercontent.com/angular/bower-angular-mocks/v1.3.20/angular-mocks.js", - "angular-mocks-1.4": "https://raw.githubusercontent.com/angular/bower-angular-mocks/v1.4.9/angular-mocks.js" - } -} +} \ No newline at end of file From 2b87099f59eecfb50797528d10656f88ed0ccfe7 Mon Sep 17 00:00:00 2001 From: lishaoxing <674348576> Date: Fri, 24 Mar 2017 11:05:00 +0800 Subject: [PATCH 02/12] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=8B=E8=BD=BD?= =?UTF-8?q?=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index fe4cc0d..4087c12 100644 --- a/bower.json +++ b/bower.json @@ -28,7 +28,7 @@ }], "repository": { "type": "git", - "url": "git://github.com/summernote/angular-summernote.git" + "url": "git://github.com/wb55s/summernote" }, "dependencies": { "summernote": "summernote-blur#^0.8.2", From 17a588073b43970fb6ae082d4c37befa4112b618 Mon Sep 17 00:00:00 2001 From: lishaoxing <674348576> Date: Fri, 24 Mar 2017 11:07:49 +0800 Subject: [PATCH 03/12] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=8B=E8=BD=BD?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 4087c12..58982f1 100644 --- a/bower.json +++ b/bower.json @@ -31,7 +31,7 @@ "url": "git://github.com/wb55s/summernote" }, "dependencies": { - "summernote": "summernote-blur#^0.8.2", + "summernote": "git://github.com/wb55s/summernote", "angular": "~1.5.0" }, "devDependencies": { From 776abd3a065d957bc8b0cf98f1da2036d31e7d29 Mon Sep 17 00:00:00 2001 From: lishaoxing <674348576> Date: Fri, 24 Mar 2017 11:38:56 +0800 Subject: [PATCH 04/12] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BC=95=E7=94=A8?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 58982f1..91c05c3 100644 --- a/bower.json +++ b/bower.json @@ -20,7 +20,7 @@ ".bowerrc", ".coveralls.yml" ], - "keywords": ["angular.js", "summernote", "editor", "directive"], + "keywords": ["angular.js", "summernote-wb55s", "editor", "directive"], "authors": [{ "name": "\"Outsider\" Jeonghoon Byun", "email": "outsideris@gmail.com", From abeff45706bb0faea4aedbe1f0b12c7ac66028bf Mon Sep 17 00:00:00 2001 From: lishaoxing <674348576> Date: Fri, 24 Mar 2017 11:46:15 +0800 Subject: [PATCH 05/12] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 91c05c3..6547b22 100644 --- a/bower.json +++ b/bower.json @@ -31,7 +31,7 @@ "url": "git://github.com/wb55s/summernote" }, "dependencies": { - "summernote": "git://github.com/wb55s/summernote", + "summernote-wb55s": "git://github.com/wb55s/summernote", "angular": "~1.5.0" }, "devDependencies": { From 1607741daa8c553fed668447ce8aa172202a8706 Mon Sep 17 00:00:00 2001 From: lishaoxing <674348576> Date: Fri, 24 Mar 2017 13:51:58 +0800 Subject: [PATCH 06/12] =?UTF-8?q?=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bower.json | 2 +- package.json | 96 ++++++++++++++++++++++++++-------------------------- 2 files changed, 49 insertions(+), 49 deletions(-) diff --git a/bower.json b/bower.json index 6547b22..f1917f9 100644 --- a/bower.json +++ b/bower.json @@ -1,5 +1,5 @@ { - "name": "angular-summernote", + "name": "angular-summernote-wb55sv3", "description": "AngularJS directive to Summernote", "version": "0.8.1", "main": [ diff --git a/package.json b/package.json index 5466df6..1e6276c 100644 --- a/package.json +++ b/package.json @@ -1,49 +1,49 @@ { - "name": "angular-summernote", - "description": "AngularJS directive to Summernote", - "version": "0.8.1", - "author": { - "name": "\"Outsider\" Jeonghoon Byun", - "email": "outsideris@gmail.com", - "url": "http://blog.outsider.ne.kr/" - }, - "main": "dist/angular-summernote.js", - "keywords": [ - "editor", - "bootstrap", - "WYSIWYG", - "angular", - "angular.js" - ], - "homepage": "https://github.com/summernote/angular-summernote", - "repository": { - "type": "git", - "url": "https://github.com/outsideris/involved.git" - }, - "license": "MIT", - "devDependencies": { - "del": "^2.1.0", - "gulp": "^3.9.0", - "gulp-coveralls": "^0.1.4", - "gulp-header": "^1.7.1", - "gulp-jshint": "^1.11.2", - "gulp-nuget-pack": "0.0.6", - "gulp-rename": "^1.2.2", - "gulp-uglify": "^1.4.2", - "jshint-stylish": "^2.0.1", - "karma": "~0.13.9", - "karma-chrome-launcher": "~0.2.0", - "karma-coffee-preprocessor": "~0.3.0", - "karma-coverage": "^0.5.0", - "karma-firefox-launcher": "~0.1.3", - "karma-html2js-preprocessor": "~0.1.0", - "karma-mocha": "~0.2.0", - "karma-phantomjs-launcher": "~0.2.0", - "karma-requirejs": "~0.2.1", - "karma-script-launcher": "~0.1.0", - "mocha": "~2.2.0", - "phantomjs": "^2.1.7", - "requirejs": "~2.1.10" - }, - "dependencies": {} -} + "name": "angular-summernote-wb55sv3", + "description": "AngularJS directive to Summernote", + "version": "0.8.3", + "author": { + "name": "\"Outsider\" Jeonghoon Byun", + "email": "outsideris@gmail.com", + "url": "http://blog.outsider.ne.kr/" + }, + "main": "dist/angular-summernote.js", + "keywords": [ + "editor", + "bootstrap", + "WYSIWYG", + "angular", + "angular.js" + ], + "homepage": "https://github.com/summernote/angular-summernote", + "repository": { + "type": "git", + "url": "https://github.com/outsideris/involved.git" + }, + "license": "MIT", + "devDependencies": { + "del": "^2.1.0", + "gulp": "^3.9.0", + "gulp-coveralls": "^0.1.4", + "gulp-header": "^1.7.1", + "gulp-jshint": "^1.11.2", + "gulp-nuget-pack": "0.0.6", + "gulp-rename": "^1.2.2", + "gulp-uglify": "^1.4.2", + "jshint-stylish": "^2.0.1", + "karma": "~0.13.9", + "karma-chrome-launcher": "~0.2.0", + "karma-coffee-preprocessor": "~0.3.0", + "karma-coverage": "^0.5.0", + "karma-firefox-launcher": "~0.1.3", + "karma-html2js-preprocessor": "~0.1.0", + "karma-mocha": "~0.2.0", + "karma-phantomjs-launcher": "~0.2.0", + "karma-requirejs": "~0.2.1", + "karma-script-launcher": "~0.1.0", + "mocha": "~2.2.0", + "phantomjs": "^2.1.7", + "requirejs": "~2.1.10" + }, + "dependencies": {} +} \ No newline at end of file From fb4a0d5e97157a80c27cd6f3fb192570c120e7e4 Mon Sep 17 00:00:00 2001 From: wb55s <674348576@qq.com> Date: Fri, 24 Mar 2017 14:02:25 +0800 Subject: [PATCH 07/12] Update bower.json --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index f1917f9..023154a 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "angular-summernote-wb55sv3", "description": "AngularJS directive to Summernote", - "version": "0.8.1", + "version": "0.8.3", "main": [ "./dist/angular-summernote.js" ], @@ -44,4 +44,4 @@ "angular-mocks-1.3": "https://raw.githubusercontent.com/angular/bower-angular-mocks/v1.3.20/angular-mocks.js", "angular-mocks-1.4": "https://raw.githubusercontent.com/angular/bower-angular-mocks/v1.4.9/angular-mocks.js" } -} \ No newline at end of file +} From dad08b275ef9fa260a7c21460bd2804f3a644352 Mon Sep 17 00:00:00 2001 From: lishaoxing <674348576> Date: Thu, 30 Mar 2017 10:22:32 +0800 Subject: [PATCH 08/12] =?UTF-8?q?bower=E5=AE=89=E8=A3=85=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E5=AE=89=E8=A3=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bower.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index 023154a..40a1e71 100644 --- a/bower.json +++ b/bower.json @@ -20,7 +20,7 @@ ".bowerrc", ".coveralls.yml" ], - "keywords": ["angular.js", "summernote-wb55s", "editor", "directive"], + "keywords": ["angular.js", "summernote", "editor", "directive"], "authors": [{ "name": "\"Outsider\" Jeonghoon Byun", "email": "outsideris@gmail.com", @@ -31,7 +31,7 @@ "url": "git://github.com/wb55s/summernote" }, "dependencies": { - "summernote-wb55s": "git://github.com/wb55s/summernote", + "summernote": "https://github.com/wb55s/summernote.git", "angular": "~1.5.0" }, "devDependencies": { @@ -44,4 +44,4 @@ "angular-mocks-1.3": "https://raw.githubusercontent.com/angular/bower-angular-mocks/v1.3.20/angular-mocks.js", "angular-mocks-1.4": "https://raw.githubusercontent.com/angular/bower-angular-mocks/v1.4.9/angular-mocks.js" } -} +} \ No newline at end of file From 863c92212c6e56a5cc68252b8cc0d3bbffe67bc9 Mon Sep 17 00:00:00 2001 From: lishaoxing <674348576> Date: Thu, 30 Mar 2017 10:39:25 +0800 Subject: [PATCH 09/12] =?UTF-8?q?=E5=88=A0=E9=99=A4=E7=94=9F=E6=88=90?= =?UTF-8?q?=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bower.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/bower.json b/bower.json index 40a1e71..9b26b9c 100644 --- a/bower.json +++ b/bower.json @@ -33,15 +33,5 @@ "dependencies": { "summernote": "https://github.com/wb55s/summernote.git", "angular": "~1.5.0" - }, - "devDependencies": { - "angular-1.2": "https://raw.githubusercontent.com/angular/bower-angular/v1.2.29/angular.min.js", - "angular-1.3": "https://raw.githubusercontent.com/angular/bower-angular/v1.3.20/angular.min.js", - "angular-1.4": "https://raw.githubusercontent.com/angular/bower-angular/v1.4.9/angular.min.js", - "chai": "~2.3.0", - "angular-mocks": "~1.5.0", - "angular-mocks-1.2": "https://raw.githubusercontent.com/angular/bower-angular-mocks/v1.2.29/angular-mocks.js", - "angular-mocks-1.3": "https://raw.githubusercontent.com/angular/bower-angular-mocks/v1.3.20/angular-mocks.js", - "angular-mocks-1.4": "https://raw.githubusercontent.com/angular/bower-angular-mocks/v1.4.9/angular-mocks.js" } } \ No newline at end of file From 9b4bc2b1a6216ad495096e69dcaf756222bc731d Mon Sep 17 00:00:00 2001 From: lishaoxing <674348576> Date: Thu, 30 Mar 2017 10:40:49 +0800 Subject: [PATCH 10/12] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 9b26b9c..64722ac 100644 --- a/bower.json +++ b/bower.json @@ -28,7 +28,7 @@ }], "repository": { "type": "git", - "url": "git://github.com/wb55s/summernote" + "url": "https://github.com/wb55s/angular-summernote" }, "dependencies": { "summernote": "https://github.com/wb55s/summernote.git", From c7cfc0197f28c21d36bfe225b95f056bd601301d Mon Sep 17 00:00:00 2001 From: lishaoxing <674348576> Date: Thu, 30 Mar 2017 11:16:36 +0800 Subject: [PATCH 11/12] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gulpfile.js | 130 ++++++++++++++++++++++++++-------------------------- 1 file changed, 65 insertions(+), 65 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index e21531d..5f1ce8e 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -13,101 +13,101 @@ var banner = '/* angular-summernote v<%=pkg.version%> | (c) 2016 JeongHoon Byun var isAngular12 = isAngular13 = isAngular14 = false; gulp.task('lint', function() { - return gulp.src(['./src/**/*.js', './test/**/*.test.js']) - .pipe(jshint()) - .pipe(jshint.reporter('jshint-stylish')); + return gulp.src(['./src/**/*.js', './test/**/*.test.js']) + .pipe(jshint()) + .pipe(jshint.reporter('jshint-stylish')); }); gulp.task('copy', function() { - return gulp.src('./src/angular-summernote.js') - .pipe(header(banner, {pkg: pkg})) - .pipe(gulp.dest('dist')); + return gulp.src('./src/angular-summernote.js') + .pipe(header(banner, { pkg: pkg })) + .pipe(gulp.dest('dist')); }); gulp.task('build', ['copy'], function() { - return gulp.src('./src/angular-summernote.js') - .pipe(uglify({mangle: false})) - .pipe(rename({extname: '.min.js'})) - .pipe(header(banner, {pkg: pkg})) - .pipe(gulp.dest('dist')); + return gulp.src('./src/angular-summernote.js') + .pipe(uglify({ mangle: false })) + .pipe(rename({ extname: '.min.js' })) + .pipe(header(banner, { pkg: pkg })) + .pipe(gulp.dest('dist')); }); -gulp.task('karma', function (done) { - var configFile = '/test/karma.conf.js'; - if (isAngular12) { configFile = '/test/karma-angular-1-2-x.conf.js'; } - if (isAngular13) { configFile = '/test/karma-angular-1-3-x.conf.js'; } - if (isAngular14) { configFile = '/test/karma-angular-1-4-x.conf.js'; } +gulp.task('karma', function(done) { + var configFile = '/test/karma.conf.js'; + if (isAngular12) { configFile = '/test/karma-angular-1-2-x.conf.js'; } + if (isAngular13) { configFile = '/test/karma-angular-1-3-x.conf.js'; } + if (isAngular14) { configFile = '/test/karma-angular-1-4-x.conf.js'; } - if (!process.env.CI) { - new Server({ - configFile: __dirname + configFile, - autoWatch: true - }, done).start(); - } else { - new Server({ - configFile: __dirname + configFile, - browsers: ['PhantomJS'], - singleRun: true - }, done).start(); - } + if (!process.env.CI) { + new Server({ + configFile: __dirname + configFile, + autoWatch: true + }, done).start(); + } else { + new Server({ + configFile: __dirname + configFile, + browsers: ['PhantomJS'], + singleRun: true + }, done).start(); + } }); gulp.task('test', function() { - gulp.start('karma'); + gulp.start('karma'); }); gulp.task('test:angular12', function() { - isAngular12 = true; - gulp.start('karma'); + isAngular12 = true; + gulp.start('karma'); }); gulp.task('test:angular13', function() { - isAngular13 = true; - gulp.start('karma'); + isAngular13 = true; + gulp.start('karma'); }); gulp.task('test:angular14', function() { - isAngular14 = true; - gulp.start('karma'); + isAngular14 = true; + gulp.start('karma'); }); gulp.task('test:coverage', function(done) { - var configFile = '/test/karma.conf.js'; - new Server({ - configFile: __dirname + configFile, - singleRun: true, - browsers: ['PhantomJS'], - reporters: ['progress', 'coverage'], - preprocessors: { '../**/src/**/*.js': 'coverage' }, - coverageReporter: { type: 'lcov', dir: '../coverage/' }, - plugins: [ 'karma-*' ] - }, done).start(); + var configFile = '/test/karma.conf.js'; + new Server({ + configFile: __dirname + configFile, + singleRun: true, + browsers: ['PhantomJS'], + reporters: ['progress', 'coverage'], + preprocessors: { '../**/src/**/*.js': 'coverage' }, + coverageReporter: { type: 'lcov', dir: '../coverage/' }, + plugins: ['karma-*'] + }, done).start(); }); -gulp.task('clean:coverage', function () { - return del([ - 'coverage' - ]); +gulp.task('clean:coverage', function() { + return del([ + 'coverage' + + ]); }); gulp.task('coveralls', ['clean:coverage', 'test:coverage'], function() { - return gulp.src('./coverage/**/lcov.info') - .pipe(coveralls()); + return gulp.src('./coverage/**/lcov.info') + .pipe(coveralls()); }); -gulp.task('travis', ['test', 'test:angular12', 'test:angular13', 'test:angular14'], function() { -}); +gulp.task('travis', ['test', 'test:angular12', 'test:angular13', 'test:angular14'], function() {}); gulp.task('nuget-pack', function(done) { - nugetpack({ - id: "Angular.Summernote", - version: pkg.version, - authors: pkg.author.name, - description: pkg.description, - projectUrl: pkg.homepage, - licenseUrl: "https://github.com/summernote/angular-summernote/blob/master/LICENSE-MIT", - copyright: "MIT", - tags: pkg.keywords.join(' '), - outputDir: "out" - }, ['dist/*.js', 'README.md' ], done); -}); + nugetpack({ + id: "Angular.Summernote", + version: pkg.version, + authors: pkg.author.name, + description: pkg.description, + projectUrl: pkg.homepage, + licenseUrl: "https://github.com/summernote/angular-summernote/blob/master/LICENSE-MIT", + copyright: "MIT", + tags: pkg.keywords.join(' '), + outputDir: "out" + }, ['dist/*.js', 'README.md'], done); +}); \ No newline at end of file From 32824136cb8be984b011023f6330c600afec81ba Mon Sep 17 00:00:00 2001 From: lishaoxing <674348576> Date: Sat, 1 Apr 2017 10:50:02 +0800 Subject: [PATCH 12/12] =?UTF-8?q?=E6=96=B0=E5=BB=BA=E5=88=86=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bower.json | 1 + 1 file changed, 1 insertion(+) diff --git a/bower.json b/bower.json index 64722ac..4376e85 100644 --- a/bower.json +++ b/bower.json @@ -22,6 +22,7 @@ ], "keywords": ["angular.js", "summernote", "editor", "directive"], "authors": [{ + "name": "\"Outsider\" Jeonghoon Byun", "email": "outsideris@gmail.com", "url": "http://blog.outsider.ne.kr/"