From 11f10caf347d7eaeebf56268faace78e5ab87133 Mon Sep 17 00:00:00 2001 From: Aaron Heckmann Date: Tue, 9 Oct 2012 12:03:28 -0700 Subject: [PATCH] remove publish config see https://github.com/visionmedia/express/issues/1359#issuecomment-9264200 --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index ce87f72ac62..532c8dba917 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,6 @@ , "scripts": { "test": "make test" } , "main": "./index.js" , "engines": { "node": ">= 0.4.0" } - , "publishConfig": { "tag": "3.0" } , "bugs": { "url":"https://github.com/learnboost/mongoose/issues/new" , "email": "https://groups.google.com/group/mongoose-orm"