From 3457d34afe7d36bb685c3364ebf4e7736014fe47 Mon Sep 17 00:00:00 2001 From: Ritchie Martori Date: Fri, 19 Apr 2013 09:55:52 -0700 Subject: [PATCH] Add bundledDeps --- .gitignore | 3 ++- node_modules/data-source/package.json | 7 ++++--- package.json | 10 +++++++++- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index d975c43c..2a093310 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ *.out *.pid *.swp -*.swo \ No newline at end of file +*.swo +/node_modules/*/node_modules \ No newline at end of file diff --git a/node_modules/data-source/package.json b/node_modules/data-source/package.json index 253cf414..c329007b 100644 --- a/node_modules/data-source/package.json +++ b/node_modules/data-source/package.json @@ -2,13 +2,14 @@ "name": "data-source", "description": "data-source", "version": "0.0.1", - "scripts": { + "scripts": { "test": "mocha" }, "dependencies": { - "debug": "latest" + "debug": "latest", + "jugglingdb": "~0.2.0-30" }, "devDependencies": { "mocha": "latest" } -} \ No newline at end of file +} diff --git a/package.json b/package.json index 3dca2bec..9645f79c 100644 --- a/package.json +++ b/package.json @@ -11,5 +11,13 @@ }, "devDependencies": { "mocha": "latest" - } + }, + "bundleDependencies": [ + "asteroid-module", + "data-source", + "model", + "model-route", + "oracle-data-source", + "route" + ] }