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"