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" + ] }