We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98666c5 commit 0b89565Copy full SHA for 0b89565
.gitignore
@@ -1,6 +1,7 @@
1
.DS_Store
2
froala/*
3
dist/*
4
+package-lock.json
5
bower_components/*
6
node_modules/*
7
npm-debug.log
bower.json
@@ -1,6 +1,6 @@
{
"name": "angular-froala",
- "version": "2.9.5",
+ "version": "2.9.6",
"authors": [
"Cameron Gallarno <[email protected]>"
],
@@ -29,7 +29,7 @@
29
"tests"
30
31
"dependencies": {
32
- "froala-wysiwyg-editor": "2.9.5",
+ "froala-wysiwyg-editor": "2.9.6",
33
"angular": ">=1.0"
34
},
35
"devDependencies": {
0 commit comments