Skip to content
This repository has been archived by the owner on Jan 31, 2019. It is now read-only.

Commit

Permalink
removed ddoc.config._utils property before push.
Browse files Browse the repository at this point in the history
This property is only needed for other packages during build time.  It
may contain private information and should not be saved on the ddoc.
  • Loading branch information
Milan Andric committed Jan 6, 2015
1 parent 0e06ef8 commit eb95230
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/commands/push.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ exports.push = function (url, dir, options, cfg, doc, callback) {

// delete private/build time only properties
delete doc.kanso.config._url;
delete doc.kanso.config._utils;

db.ensureDB(function (err) {
if (err) {
Expand Down

0 comments on commit eb95230

Please sign in to comment.