From be6d52fbbc84ae224283203b676899108daa26b8 Mon Sep 17 00:00:00 2001 From: hakkiplaten Date: Sun, 3 Apr 2016 13:13:29 +0200 Subject: [PATCH 1/2] Create bower.json For use with Bower, ie. via http://rails-assets.org/ which would eliminate the need of repos such as https://github.com/ecleel/jquery-oembed-rails. --- bower.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..51bc0b2 --- /dev/null +++ b/bower.json @@ -0,0 +1,22 @@ + +{ + "name": "jquery-oembed-all", + "version": "0.9RC1", + "homepage": "https://github.com/nfl/jquery-oembed-all", + "authors": [ + "National Football League " + ], + "description": "Use native oEmbed services when possible.", + "main": "jquery.oembed.js", + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ], + "dependencies": { + "jquery": ">=1.4.3" + } +} From cc7082d79c9d7cc3930cc780cf83fca1c3498bba Mon Sep 17 00:00:00 2001 From: hakkiplaten Date: Mon, 4 Apr 2016 21:13:09 +0200 Subject: [PATCH 2/2] Update bower.json --- bower.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/bower.json b/bower.json index 51bc0b2..50a0e5a 100644 --- a/bower.json +++ b/bower.json @@ -10,11 +10,9 @@ "main": "jquery.oembed.js", "license": "MIT", "ignore": [ - "**/.*", - "node_modules", - "bower_components", - "test", - "tests" + "examples", + "*.md", + "CHANGELOG" ], "dependencies": { "jquery": ">=1.4.3"