Skip to content

Commit

Permalink
Update to 3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Kapil Garg committed Aug 19, 2019
1 parent eeaca8e commit 5f492a6
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 91 deletions.
72 changes: 36 additions & 36 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
{
"name": "angular-froala",
"version": "3.0.3",
"authors": [
"Cameron Gallarno <[email protected]>"
],
"description": "Angular.js bindings for Froala WYSIWYG HTML rich text editor.",
"main": "src/angular-froala.js",
"keywords": [
"angular.js",
"froala",
"html",
"text",
"editor",
"wysiwyg",
"rich editor",
"rich text editor",
"rte",
"javascript"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"froala-wysiwyg-editor": "3.0.3",
"angular": ">=1.0"
},
"devDependencies": {
"angular-mocks": "~1.4.8"
}
}
{
"name": "angular-froala",
"version": "3.0.5",
"authors": [
"Cameron Gallarno <[email protected]>"
],
"description": "Angular.js bindings for Froala WYSIWYG HTML rich text editor.",
"main": "src/angular-froala.js",
"keywords": [
"angular.js",
"froala",
"html",
"text",
"editor",
"wysiwyg",
"rich editor",
"rich text editor",
"rte",
"javascript"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"froala-wysiwyg-editor": "3.0.5",
"angular": ">=1.0"
},
"devDependencies": {
"angular-mocks": "~1.4.8"
}
}
110 changes: 55 additions & 55 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,55 +1,55 @@
{
"name": "angular-froala",
"version": "3.0.4",
"description": "Angular.js bindings for Froala WYSIWYG HTML rich text editor",
"main": "src/angular-froala.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/froala/angular-froala.git"
},
"keywords": [
"angular.js",
"froala",
"html",
"text",
"editor",
"wysisyg",
"rich editor",
"rich text editor",
"rte",
"javascript"
],
"contributors": [
"Cameron Gallarno <[email protected]>",
"Stefan Neculai <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/froala/angular-froala/issues"
},
"homepage": "https://www.froala.com/wysiwyg-editor",
"devDependencies": {
"grunt": "^1.0.3",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-jshint": "^2.0.0",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-karma": "^3.0.1",
"jasmine-core": "^2.4.1",
"jshint-stylish": "^2.1.0",
"karma": "^4.0.0",
"karma-firefox-launcher": "^0.1.7",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^1.0.4",
"phantomjs": "^1.9.19",
"sinon": "^1.17.2",
"angular": ">=1.0"
},
"dependencies": {
"coffee-script": "^1.12.7",
"froala-editor": "3.0.4"
}
}
{
"name": "angular-froala",
"version": "3.0.5",
"description": "Angular.js bindings for Froala WYSIWYG HTML rich text editor",
"main": "src/angular-froala.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/froala/angular-froala.git"
},
"keywords": [
"angular.js",
"froala",
"html",
"text",
"editor",
"wysisyg",
"rich editor",
"rich text editor",
"rte",
"javascript"
],
"contributors": [
"Cameron Gallarno <[email protected]>",
"Stefan Neculai <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/froala/angular-froala/issues"
},
"homepage": "https://www.froala.com/wysiwyg-editor",
"devDependencies": {
"grunt": "^1.0.3",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-jshint": "^2.0.0",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-karma": "^3.0.1",
"jasmine-core": "^2.4.1",
"jshint-stylish": "^2.1.0",
"karma": "^4.0.0",
"karma-firefox-launcher": "^0.1.7",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^1.0.4",
"phantomjs": "^1.9.19",
"sinon": "^1.17.2",
"angular": ">=1.0"
},
"dependencies": {
"coffee-script": "^1.12.7",
"froala-editor": "3.0.5"
}
}

0 comments on commit 5f492a6

Please sign in to comment.