diff --git a/lib/resources/internal-resources.js b/lib/resources/internal-resources.js index 941a4c3..0872050 100644 --- a/lib/resources/internal-resources.js +++ b/lib/resources/internal-resources.js @@ -27,7 +27,6 @@ var fs = require('fs') function InternalResources(settings, server) { settings.configPath = settings.configPath || './'; Resource.apply(this, arguments); - this.store = server && server.createStore && server.createStore('resources'); this.server = server; // internal resource this.internal = true; diff --git a/test-app/.dpd/deployments.json b/test-app/.dpd/deployments.json deleted file mode 100644 index 31f4424..0000000 --- a/test-app/.dpd/deployments.json +++ /dev/null @@ -1 +0,0 @@ -{"test-app.deploydapp.com":{"subdomain":"abcdefg"},"foo":"bar","abcdefg.deploydapp.com":{"remote":"deploydapp.com","path":"/Users/skawful/Dropbox/node_modules/deployd/test-app","name":"abcdefg","subdomain":"abcdefg","user":"ritch"},"ritch.deploydapp.com":{"remote":"deploydapp.com","path":"/Users/skawful/Dropbox/node_modules/deployd/test-app","name":"ritch","subdomain":"ritch","user":"test-app"}} \ No newline at end of file