diff --git a/.jamignore b/.jamignore index c5e251893..dfb9ed2d4 100644 --- a/.jamignore +++ b/.jamignore @@ -6,6 +6,7 @@ *.md *.txt build.js +lodash.js index.js bower.json component.json diff --git a/.npmignore b/.npmignore index c9ec59cef..5877da9ab 100644 --- a/.npmignore +++ b/.npmignore @@ -4,6 +4,7 @@ *.d.ts *.map *.md +lodash.js bower.json component.json doc diff --git a/package.json b/package.json index 45f33a1e8..36e29b3ff 100644 --- a/package.json +++ b/package.json @@ -47,6 +47,7 @@ "*.md", "*.txt", "build.js", + "lodash.js", "index.js", "bower.json", "component.json",