Skip to content
This repository was archived by the owner on Aug 20, 2021. It is now read-only.

Commit fee0a83

Browse files
committed
Update quilljs version
fix my name in bower.json add missing fields in bower.json
1 parent afce810 commit fee0a83

File tree

2 files changed

+24
-6
lines changed

2 files changed

+24
-6
lines changed

bower.json

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"name": "ngQuill",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"main": ["src/ng-quill.min.js"],
5+
"description": "AngularJS directive for the QuillJS rich text editor",
6+
"authors": [
7+
"Bengt Weiße <bengtler@gmail.com>"
8+
],
59
"ignore": [
610
"bower_components",
711
"node_modules",
@@ -11,7 +15,17 @@
1115
"Gruntfile.js"
1216
],
1317
"dependencies": {
14-
"quill": "~0.19.14",
18+
"quill": "~0.20.0",
1519
"angular": "~1.4.3"
16-
}
20+
},
21+
"keywords": [
22+
"quill",
23+
"rich text",
24+
"angularjs",
25+
"angular",
26+
"directive",
27+
"editor",
28+
"wysiwyg"
29+
],
30+
"license": "MIT"
1731
}

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "ng-quill",
3-
"version": "1.0.10",
2+
"name": "ngQuill",
3+
"version": "1.0.11",
44
"description": "Angular directive for rich text editor Quill",
5-
"author": "Bnegt Weiße <bengtler@gmail.com>",
5+
"author": "Bengt Weiße <bengtler@gmail.com>",
66
"homepage": "https://github.com/KillerCodeMonkey/ngQuill",
77
"devDependencies": {
88
"grunt": "~0.4.3",
@@ -11,6 +11,10 @@
1111
"engines": {
1212
"node": ">=0.10"
1313
},
14+
"dependencies": {
15+
"quill": "~0.20.0",
16+
"angular": "~1.4.3"
17+
},
1418
"license": "MIT",
1519
"repository": {
1620
"type": "git",

0 commit comments

Comments
 (0)