Closed jalmeida-mct closed 7 years ago
Hello, trying to upgrade to v5, but release/angular-stripe.js isn't in the bower dependency list. It looks like it isn't set up as a bower package any more?
To replicate:
bower init npm i bower-files # v5 bower install angular-stripe@~5 node -e "console.log(require('bower-files')().relative(process.cwd()).ext(true).files)" # result {} # v4 bower install angular-stripe@~4 node -e "console.log(require('bower-files')().relative(process.cwd()).ext(true).files)" # result { js: # [ 'bower_components/angular/angular.js', # 'bower_components/angular-stripe/release/angular-stripe.js' ] }
Happy to do this myself if necessary, including this file manually at the moment.
Yup I no longer support bower in any of the packages I maintain at the moment. Please do handle it on your project level as you see fit.
Hello, trying to upgrade to v5, but release/angular-stripe.js isn't in the bower dependency list. It looks like it isn't set up as a bower package any more?
To replicate:
Happy to do this myself if necessary, including this file manually at the moment.