diff --git a/.gitignore b/.gitignore index 6c0da2c..741d119 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ docs/ src/*.css scr/*.tpl.js +.idea \ No newline at end of file diff --git a/bower.json b/bower.json index 62fab23..0f3d4ef 100644 --- a/bower.json +++ b/bower.json @@ -21,6 +21,10 @@ "type": "MIT" } ], + "main": [ + "dist/angular-pull-to-refresh.css", + "dist/angular-pull-to-refresh.js" + ], "dependencies": {}, "devDependencies": { "angular": "~1.2.0",