Skip to content

Commit 5f492a6

Browse files
author
Kapil Garg
committed
Update to 3.0.5
1 parent eeaca8e commit 5f492a6

File tree

2 files changed

+91
-91
lines changed

2 files changed

+91
-91
lines changed

bower.json

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
1-
{
2-
"name": "angular-froala",
3-
"version": "3.0.3",
4-
"authors": [
5-
"Cameron Gallarno <[email protected]>"
6-
],
7-
"description": "Angular.js bindings for Froala WYSIWYG HTML rich text editor.",
8-
"main": "src/angular-froala.js",
9-
"keywords": [
10-
"angular.js",
11-
"froala",
12-
"html",
13-
"text",
14-
"editor",
15-
"wysiwyg",
16-
"rich editor",
17-
"rich text editor",
18-
"rte",
19-
"javascript"
20-
],
21-
"license": "MIT",
22-
"ignore": [
23-
"**/.*",
24-
"node_modules",
25-
"bower_components",
26-
"test",
27-
"tests"
28-
],
29-
"dependencies": {
30-
"froala-wysiwyg-editor": "3.0.3",
31-
"angular": ">=1.0"
32-
},
33-
"devDependencies": {
34-
"angular-mocks": "~1.4.8"
35-
}
36-
}
1+
{
2+
"name": "angular-froala",
3+
"version": "3.0.5",
4+
"authors": [
5+
"Cameron Gallarno <[email protected]>"
6+
],
7+
"description": "Angular.js bindings for Froala WYSIWYG HTML rich text editor.",
8+
"main": "src/angular-froala.js",
9+
"keywords": [
10+
"angular.js",
11+
"froala",
12+
"html",
13+
"text",
14+
"editor",
15+
"wysiwyg",
16+
"rich editor",
17+
"rich text editor",
18+
"rte",
19+
"javascript"
20+
],
21+
"license": "MIT",
22+
"ignore": [
23+
"**/.*",
24+
"node_modules",
25+
"bower_components",
26+
"test",
27+
"tests"
28+
],
29+
"dependencies": {
30+
"froala-wysiwyg-editor": "3.0.5",
31+
"angular": ">=1.0"
32+
},
33+
"devDependencies": {
34+
"angular-mocks": "~1.4.8"
35+
}
36+
}

package.json

Lines changed: 55 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,55 @@
1-
{
2-
"name": "angular-froala",
3-
"version": "3.0.4",
4-
"description": "Angular.js bindings for Froala WYSIWYG HTML rich text editor",
5-
"main": "src/angular-froala.js",
6-
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
8-
},
9-
"repository": {
10-
"type": "git",
11-
"url": "https://github.com/froala/angular-froala.git"
12-
},
13-
"keywords": [
14-
"angular.js",
15-
"froala",
16-
"html",
17-
"text",
18-
"editor",
19-
"wysisyg",
20-
"rich editor",
21-
"rich text editor",
22-
"rte",
23-
"javascript"
24-
],
25-
"contributors": [
26-
"Cameron Gallarno <[email protected]>",
27-
"Stefan Neculai <[email protected]>"
28-
],
29-
"license": "MIT",
30-
"bugs": {
31-
"url": "https://github.com/froala/angular-froala/issues"
32-
},
33-
"homepage": "https://www.froala.com/wysiwyg-editor",
34-
"devDependencies": {
35-
"grunt": "^1.0.3",
36-
"grunt-contrib-concat": "^0.5.1",
37-
"grunt-contrib-jshint": "^2.0.0",
38-
"grunt-contrib-uglify": "^0.11.0",
39-
"grunt-contrib-watch": "^1.1.0",
40-
"grunt-karma": "^3.0.1",
41-
"jasmine-core": "^2.4.1",
42-
"jshint-stylish": "^2.1.0",
43-
"karma": "^4.0.0",
44-
"karma-firefox-launcher": "^0.1.7",
45-
"karma-jasmine": "^0.3.6",
46-
"karma-phantomjs-launcher": "^1.0.4",
47-
"phantomjs": "^1.9.19",
48-
"sinon": "^1.17.2",
49-
"angular": ">=1.0"
50-
},
51-
"dependencies": {
52-
"coffee-script": "^1.12.7",
53-
"froala-editor": "3.0.4"
54-
}
55-
}
1+
{
2+
"name": "angular-froala",
3+
"version": "3.0.5",
4+
"description": "Angular.js bindings for Froala WYSIWYG HTML rich text editor",
5+
"main": "src/angular-froala.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "https://github.com/froala/angular-froala.git"
12+
},
13+
"keywords": [
14+
"angular.js",
15+
"froala",
16+
"html",
17+
"text",
18+
"editor",
19+
"wysisyg",
20+
"rich editor",
21+
"rich text editor",
22+
"rte",
23+
"javascript"
24+
],
25+
"contributors": [
26+
"Cameron Gallarno <[email protected]>",
27+
"Stefan Neculai <[email protected]>"
28+
],
29+
"license": "MIT",
30+
"bugs": {
31+
"url": "https://github.com/froala/angular-froala/issues"
32+
},
33+
"homepage": "https://www.froala.com/wysiwyg-editor",
34+
"devDependencies": {
35+
"grunt": "^1.0.3",
36+
"grunt-contrib-concat": "^0.5.1",
37+
"grunt-contrib-jshint": "^2.0.0",
38+
"grunt-contrib-uglify": "^0.11.0",
39+
"grunt-contrib-watch": "^1.1.0",
40+
"grunt-karma": "^3.0.1",
41+
"jasmine-core": "^2.4.1",
42+
"jshint-stylish": "^2.1.0",
43+
"karma": "^4.0.0",
44+
"karma-firefox-launcher": "^0.1.7",
45+
"karma-jasmine": "^0.3.6",
46+
"karma-phantomjs-launcher": "^1.0.4",
47+
"phantomjs": "^1.9.19",
48+
"sinon": "^1.17.2",
49+
"angular": ">=1.0"
50+
},
51+
"dependencies": {
52+
"coffee-script": "^1.12.7",
53+
"froala-editor": "3.0.5"
54+
}
55+
}

0 commit comments

Comments
 (0)