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

Commit

Permalink
Update quilljs version
Browse files Browse the repository at this point in the history
fix my name in bower.json
add missing fields in bower.json
  • Loading branch information
bengtweisse committed Aug 3, 2015
1 parent afce810 commit fee0a83
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 6 deletions.
20 changes: 17 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"name": "ngQuill",
"version": "1.0.10",
"version": "1.0.11",
"main": ["src/ng-quill.min.js"],
"description": "AngularJS directive for the QuillJS rich text editor",
"authors": [
"Bengt Weiße <[email protected]>"
],
"ignore": [
"bower_components",
"node_modules",
Expand All @@ -11,7 +15,17 @@
"Gruntfile.js"
],
"dependencies": {
"quill": "~0.19.14",
"quill": "~0.20.0",
"angular": "~1.4.3"
}
},
"keywords": [
"quill",
"rich text",
"angularjs",
"angular",
"directive",
"editor",
"wysiwyg"
],
"license": "MIT"
}
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "ng-quill",
"version": "1.0.10",
"name": "ngQuill",
"version": "1.0.11",
"description": "Angular directive for rich text editor Quill",
"author": "Bnegt Weiße <[email protected]>",
"author": "Bengt Weiße <[email protected]>",
"homepage": "https://github.com/KillerCodeMonkey/ngQuill",
"devDependencies": {
"grunt": "~0.4.3",
Expand All @@ -11,6 +11,10 @@
"engines": {
"node": ">=0.10"
},
"dependencies": {
"quill": "~0.20.0",
"angular": "~1.4.3"
},
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit fee0a83

Please sign in to comment.