Remove build source ./lodash.js from components.

Former-commit-id: 4d7f56385b288b396182020aed07eec285c37815
This commit is contained in:
John-David Dalton
2013-06-08 09:23:20 -07:00
parent 244ee08d7d
commit 0c1a26170c
3 changed files with 3 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
*.md *.md
*.txt *.txt
build.js build.js
lodash.js
index.js index.js
bower.json bower.json
component.json component.json

View File

@@ -4,6 +4,7 @@
*.d.ts *.d.ts
*.map *.map
*.md *.md
lodash.js
bower.json bower.json
component.json component.json
doc doc

View File

@@ -47,6 +47,7 @@
"*.md", "*.md",
"*.txt", "*.txt",
"build.js", "build.js",
"lodash.js",
"index.js", "index.js",
"bower.json", "bower.json",
"component.json", "component.json",