Skip to content

Commit

Permalink
Merge pull request #407 from nicksay/bower-file
Browse files Browse the repository at this point in the history
Update Bower file to add/remove recommended/deprecated fields
  • Loading branch information
nicksay committed May 25, 2016
2 parents cf4b0f4 + eab851f commit d742180
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
{
"name": "spf",
"version": "2.3.2",
"description": "A lightweight JS framework for fast navigation and page updates from YouTube",
"main": "dist/spf.js",
"moduleType": [
"amd",
"globals",
"node"
],
"license": "MIT",
"homepage": "https://github.com/youtube/spfjs",
"repository": {
"type": "git",
"url": "https://github.com/youtube/spfjs.git"
},
"main": "dist/spf.js",
"ignore": [
"**/.*",
"bower_components",
Expand Down

0 comments on commit d742180

Please sign in to comment.