Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C188F10424 for ; Thu, 7 May 2015 05:40:19 +0000 (UTC) Received: (qmail 65019 invoked by uid 500); 7 May 2015 05:40:19 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 64975 invoked by uid 500); 7 May 2015 05:40:19 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 64963 invoked by uid 99); 7 May 2015 05:40:19 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 May 2015 05:40:19 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 9594DC0044 for ; Thu, 7 May 2015 05:40:18 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.002 X-Spam-Level: X-Spam-Status: No, score=-0.002 tagged_above=-999 required=6.31 tests=[RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id J_HWLkMsIAyJ for ; Thu, 7 May 2015 05:40:01 +0000 (UTC) Received: from na01-bn1-obe.outbound.protection.outlook.com (mail-bn1bon0119.outbound.protection.outlook.com [157.56.111.119]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id B9F1340E1C for ; Thu, 7 May 2015 05:40:00 +0000 (UTC) Received: from BLUPR03MB134.namprd03.prod.outlook.com (10.255.212.14) by BLUPR03MB136.namprd03.prod.outlook.com (10.255.212.27) with Microsoft SMTP Server (TLS) id 15.1.154.19; Thu, 7 May 2015 05:39:59 +0000 Received: from BLUPR03MB134.namprd03.prod.outlook.com ([169.254.16.62]) by BLUPR03MB134.namprd03.prod.outlook.com ([169.254.16.62]) with mapi id 15.01.0154.018; Thu, 7 May 2015 05:39:59 +0000 From: Nikhil Khandelwal To: "dev@cordova.apache.org" Subject: RE: No Readme for plugin packages on npm Thread-Topic: No Readme for plugin packages on npm Thread-Index: AdB+K4t1e+9zzUfVTiCzZkpirjvJwAAAygcAApZb54A= Date: Thu, 7 May 2015 05:39:59 +0000 Message-ID: References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: authentication-results: cordova.apache.org; dkim=none (message not signed) header.d=none; x-originating-ip: [50.132.65.16] x-microsoft-antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:BLUPR03MB136; x-microsoft-antispam-prvs: x-exchange-antispam-report-test: UriScan:; x-exchange-antispam-report-cfa-test: BCL:0;PCL:0;RULEID:(601004)(2401001)(5005006)(3002001);SRVR:BLUPR03MB136;BCL:0;PCL:0;RULEID:;SRVR:BLUPR03MB136; x-forefront-prvs: 056929CBB8 x-forefront-antispam-report: SFV:NSPM;SFS:(10019020)(6009001)(51704005)(13464003)(164054003)(377454003)(24454002)(15975445007)(87936001)(2950100001)(2656002)(2900100001)(77156002)(76576001)(92566002)(33656002)(2501003)(74316001)(102836002)(62966003)(450100001)(189998001)(50986999)(76176999)(40100003)(46102003)(66066001)(2351001)(19580395003)(19580405001)(54356999)(107886002)(5001920100001)(122556002)(5001960100002)(110136002);DIR:OUT;SFP:1102;SCL:1;SRVR:BLUPR03MB136;H:BLUPR03MB134.namprd03.prod.outlook.com;FPR:;SPF:None;MLV:sfv;LANG:en; Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginatorOrg: microsoft.onmicrosoft.com X-MS-Exchange-CrossTenant-originalarrivaltime: 07 May 2015 05:39:59.5473 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: 72f988bf-86f1-41af-91ab-2d7cd011db47 X-MS-Exchange-Transport-CrossTenantHeadersStamped: BLUPR03MB136 Thanks, Steven! Do you have a pointer to the issue? In case they can't get = do this soon - perhaps we should explore a workaround. -Nikhil -----Original Message----- From: Steven Gill [mailto:stevengill97@gmail.com]=20 Sent: Thursday, April 23, 2015 6:34 PM To: dev@cordova.apache.org Subject: Re: No Readme for plugin packages on npm I filed the issue a few days ago with npm. They are working on fixing it. The parser is struggling with html comments On Apr 23, 2015 6:14 PM, "Nikhi= l Khandelwal" wrote: > It looks like npm cannot find the readme for plugin packages: > https://www.npmjs.com/package/cordova-plugin-battery-status > > Github can find it just fine though: > https://github.com/apache/cordova-plugin-battery-status > > Thanks, > Nikhil > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org For additional commands, e-mail: dev-help@cordova.apache.org