Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Bump bower version
Browse files Browse the repository at this point in the history
no issue
- resolves issue with registry being unavailable bower/bower#1385
  • Loading branch information
kevinansfield committed Oct 11, 2017
1 parent 8f8a9e9 commit 29e700f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"bluebird": "3.4.6",
"blueimp-md5": "2.4.0",
"bower": "1.7.9",
"bower": "1.8.2",
"broccoli-asset-rev": "2.4.6",
"broccoli-clean-css": "1.1.0",
"broccoli-concat": "3.0.2",
Expand Down

2 comments on commit 29e700f

@sheerun
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe you could use bower-away and switch to yarn? https://bower.io/blog/2017/how-to-migrate-away-from-bower/

@kevinansfield
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sheerun bower is part of the ember-cli stack, we're migrating away from it where possible but it will need to be done on a per-depdendency basis and is happening on the 1.x series rather than this LTS patch

Please sign in to comment.