This repository was archived by the owner on Aug 20, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +24
-6
lines changed
Expand file tree Collapse file tree 2 files changed +24
-6
lines changed Original file line number Diff line number Diff line change 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" ,
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}
Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments