Skip to content

Commit

Permalink
Bump Bower to latest (1.3.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
myabc committed Apr 28, 2014
1 parent 4cf237c commit 58efd62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- "nvm use 0.10"
- "travis_retry npm -g install bower@~1.3.2"
- "travis_retry npm -g install bower@~1.3.3"
- "travis_retry bower install -F"
- "if [[ $TEST_SUITE == 'karma' ]]; then travis_retry npm install; fi"
before_script:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "OpenProject",
"version": "0.1.0",
"devDependencies": {
"bower": "~1.3.2",
"bower": "~1.3.3",
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.8.0",
"phantomjs": "~1.9.2",
Expand Down

0 comments on commit 58efd62

Please sign in to comment.