Skip to content

Commit 00954fa

Browse files
SimeonCSimeonC
SimeonC
authored and
SimeonC
committedNov 4, 2014
fix(bower): Fix files in main bower definition.
Fixes #382
1 parent 43bc8d9 commit 00954fa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Demo is available at: http://www.textangular.com (Or editable [Plunkr Demo](http
1313
1. `AngularJS``1.2.x`
1414
2. `Rangy``1.2.x`, Both rangy-core and rangy-saveselection are required. (There is a minified combination of these two included in the dist folder)
1515

16-
### Optional requirements
16+
### Optional Recommended requirements
1717

1818
1. [Bootstrap 3.x](http://getbootstrap.com/) for the default styles
1919
2. [Font-Awesome 4.x](http://fortawesome.github.io/Font-Awesome/) for the default icons on the toolbar

‎bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "textAngular",
33
"version": "1.3.0-pre11",
4-
"main": ["./src/textAngular.js", "./src/textAngularSetup.js", "./src/textAngular.css"],
4+
"main": ["./src/textAngular.js", "./src/textAngular-sanitize.js", "./src/textAngularSetup.js", "./src/textAngular.css", "../rangy/rangy-selectionsaverestore.js"],
55
"description": "A radically powerful Text-Editor/Wysiwyg editor for Angular.js",
66
"keywords": [
77
"editor",

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"karma-jasmine": "~0.1.5",
3939
"karma-phantomjs-launcher": "~0.1.2",
4040
"karma-script-launcher": "~0.1.0",
41-
"phantomjs": "^1.9.7-5"
41+
"phantomjs": "^1.9.8"
4242
},
4343
"scripts": {
4444
"test": "grunt travis-test --verbose",

0 commit comments

Comments
 (0)