Skip to content

Commit

Permalink
fix(bower): Fix files in main bower definition.
Browse files Browse the repository at this point in the history
Fixes #382
  • Loading branch information
SimeonC authored and SimeonC committed Nov 4, 2014
1 parent 43bc8d9 commit 00954fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -13,7 +13,7 @@ Demo is available at: http://www.textangular.com (Or editable [Plunkr Demo](http
1. `AngularJS``1.2.x`
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)

### Optional requirements
### Optional Recommended requirements

1. [Bootstrap 3.x](http://getbootstrap.com/) for the default styles
2. [Font-Awesome 4.x](http://fortawesome.github.io/Font-Awesome/) for the default icons on the toolbar
Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,7 +1,7 @@
{
"name": "textAngular",
"version": "1.3.0-pre11",
"main": ["./src/textAngular.js", "./src/textAngularSetup.js", "./src/textAngular.css"],
"main": ["./src/textAngular.js", "./src/textAngular-sanitize.js", "./src/textAngularSetup.js", "./src/textAngular.css", "../rangy/rangy-selectionsaverestore.js"],
"description": "A radically powerful Text-Editor/Wysiwyg editor for Angular.js",
"keywords": [
"editor",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -38,7 +38,7 @@
"karma-jasmine": "~0.1.5",
"karma-phantomjs-launcher": "~0.1.2",
"karma-script-launcher": "~0.1.0",
"phantomjs": "^1.9.7-5"
"phantomjs": "^1.9.8"
},
"scripts": {
"test": "grunt travis-test --verbose",
Expand Down

0 comments on commit 00954fa

Please sign in to comment.