diff --git a/examples/jquery/.gitignore b/examples/jquery/.gitignore index 6ffd72a667..b51373da0c 100644 --- a/examples/jquery/.gitignore +++ b/examples/jquery/.gitignore @@ -1,15 +1,15 @@ -bower_components/jquery -!bower_components/jquery/dist/jquery.js +node_modules/jquery +!node_modules/jquery/dist/jquery.js -bower_components/director -!bower_components/director/build/director.js +node_modules/director +!node_modules/director/build/director.js -bower_components/handlebars -!bower_components/handlebars/handlebars.js +node_modules/handlebars +!node_modules/handlebars/handlebars.js -bower_components/todomvc-app-css -!bower_components/todomvc-app-css/index.css +node_modules/todomvc-app-css +!node_modules/todomvc-app-css/index.css -bower_components/todomvc-common -!bower_components/todomvc-common/base.js -!bower_components/todomvc-common/base.css +node_modules/todomvc-common +!node_modules/todomvc-common/base.js +!node_modules/todomvc-common/base.css diff --git a/examples/jquery/index.html b/examples/jquery/index.html index b763cd9a44..dbab939688 100644 --- a/examples/jquery/index.html +++ b/examples/jquery/index.html @@ -3,8 +3,8 @@