Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit fd0dc39

Browse files
madflowdeeg
madflow
authored andcommitted
chore: rev angular dependency
Allow angular 1.4 or higher as dependency
1 parent 3f35cb9 commit fd0dc39

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-ui-tinymce",
3-
"version": "0.0.15",
3+
"version": "0.0.16",
44
"description": "This directive allows you to TinyMCE in your form.",
55
"author": "https://github.com/angular-ui/ui-tinymce/graphs/contributors",
66
"license": "MIT",
@@ -16,7 +16,7 @@
1616
"package.json"
1717
],
1818
"dependencies": {
19-
"angular": "~1.4.x",
19+
"angular": ">=1.4.0",
2020
"tinymce-dist": "~4.3.0"
2121
},
2222
"devDependencies": {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-ui-tinymce",
3-
"version": "0.0.15",
4-
"description": "This directive allows you to add a tinymce to your form elements.",
3+
"version": "0.0.16",
4+
"descriptin": "This directive allows you to add a tinymce to your form elements.",
55
"author": "https://github.com/angular-ui/ui-tinymce/graphs/contributors",
66
"license": "MIT",
77
"homepage": "http://angular-ui.github.com",

0 commit comments

Comments
 (0)