Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

Commit

Permalink
Update angular and angular-spotify bower dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasstrebitzer committed Jul 24, 2017
1 parent b102f96 commit be9e075
Show file tree
Hide file tree
Showing 28 changed files with 636 additions and 17,113 deletions.
4 changes: 2 additions & 2 deletions bower.json
Expand Up @@ -21,9 +21,9 @@
"ryanmullins-angular-hammer": "~2.1.10",
"angular-hotkeys": "chieffancypants/angular-hotkeys#~1.4.5",
"clipboard": "~1.5.3",
"angular-spotify": "~1.4.2"
"angular-spotify": "~1.5.1"
},
"resolutions": {
"angular": ">= 1.2.7"
"angular": ">= 1.5.6"
}
}
3 changes: 0 additions & 3 deletions src/vendor/angular-spotify/.bowerrc

This file was deleted.

21 changes: 0 additions & 21 deletions src/vendor/angular-spotify/.editorconfig

This file was deleted.

14 changes: 0 additions & 14 deletions src/vendor/angular-spotify/.gitignore

This file was deleted.

24 changes: 0 additions & 24 deletions src/vendor/angular-spotify/.jshintrc

This file was deleted.

6 changes: 0 additions & 6 deletions src/vendor/angular-spotify/.travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion src/vendor/angular-spotify/Gruntfile.js
Expand Up @@ -19,7 +19,7 @@ module.exports = function (grunt) {

uglify: {
options: {
banner: '/*! <%= pkg.name %> <%= grunt.template.today("yyyy-mm-dd") %> */\n'
banner: '/*! <%= pkg.name %> v<%= pkg.version %> <%= grunt.template.today("yyyy-mm-dd") %> */\n'
},
build: {
src: '<%= app.src %>/<%= pkg.name %>.js',
Expand Down

0 comments on commit be9e075

Please sign in to comment.