From 042bedf1e9d2b976520e6242b9baa6c5890c1d55 Mon Sep 17 00:00:00 2001 From: Rodrigo Willrich Date: Sat, 22 Nov 2014 11:52:16 -0200 Subject: [PATCH] Improve bower.json - Change main path to relative (I was having some errors with another tool that was caused by this); - Add `examples` directory to ignore. --- bower.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 1820c14c..899f2c6c 100644 --- a/bower.json +++ b/bower.json @@ -7,7 +7,7 @@ "Frank Prößdorf" ], "description": "Sammy is a tiny javascript framework built on top of jQuery, It's RESTful Evented Javascript", - "main": "/lib/sammy.js", + "main": "lib/sammy.js", "keywords": [ "mvc", "REST", @@ -17,7 +17,8 @@ "license": "MIT", "ignore": [ "test", - "vendor" + "vendor", + "examples" ], "dependencies": { "jquery": ">=1.4.1"