diff --git a/.gitignore b/.gitignore index 4d9c99a..5e00bcb 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ node_modules/ dist/docs/ dist/examples/ *.swp +app/bower_components/ diff --git a/bower.json b/bower.json index 74814a4..3211bdf 100644 --- a/bower.json +++ b/bower.json @@ -26,5 +26,9 @@ "app/bower_components", "test", "tests" - ] + ], + "dependencies": { + "jquery": "2.0.2", + "angularjs": "1.0.8" + } }