diff --git a/.jamignore b/.jamignore index 16f64c875..ea8350254 100644 --- a/.jamignore +++ b/.jamignore @@ -6,6 +6,7 @@ build.js index.js bower.json +component.json build doc node_modules diff --git a/.npmignore b/.npmignore index 8e849dca3..538cc924d 100644 --- a/.npmignore +++ b/.npmignore @@ -3,6 +3,7 @@ *.d.ts *.md bower.json +component.json doc node_modules perf diff --git a/bower.json b/bower.json index 50c5a7a93..9bb127de0 100644 --- a/bower.json +++ b/bower.json @@ -10,6 +10,8 @@ "*.txt", "build.js", "index.js", + "component.json", + "package.json", "build", "doc", "node_modules",