From 0c1a26170cdbdb18bc3a54e9b6688ad4c2a54134 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sat, 8 Jun 2013 09:23:20 -0700 Subject: [PATCH] Remove build source `./lodash.js` from components. Former-commit-id: 4d7f56385b288b396182020aed07eec285c37815 --- .jamignore | 1 + .npmignore | 1 + package.json | 1 + 3 files changed, 3 insertions(+) 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",