From 7a5105d353876f441233acad907b5deff9d5b3dc Mon Sep 17 00:00:00 2001 From: Tobias Lengsholz Date: Tue, 2 Aug 2016 17:32:09 +0200 Subject: [PATCH 1/2] bower.json added --- bower.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..fc367ee --- /dev/null +++ b/bower.json @@ -0,0 +1,13 @@ +{ + "name": "sly", + "description": "JavaScript library for one-directional scrolling with item based navigation support. http://darsa.in/sly", + "main": ["dist/sly.js"], + "license": "MIT", + "ignore": [ + "CHANGELOG.md", + "CONTRIBUTING.md", + "package.json", + "README.md", + "test.html" + ] +} From 63df52ae7b4e4fe7a6c69f4d2e4979e2a0af34a3 Mon Sep 17 00:00:00 2001 From: Tobias Lengsholz Date: Tue, 2 Aug 2016 17:57:28 +0200 Subject: [PATCH 2/2] edited bower.json --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index fc367ee..b3997ba 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "sly", "description": "JavaScript library for one-directional scrolling with item based navigation support. http://darsa.in/sly", - "main": ["dist/sly.js"], + "main": "dist/sly.js", "license": "MIT", "ignore": [ "CHANGELOG.md",