From eefc0316eb7f0d1cd90a444fc6b98d16a81ebcb0 Mon Sep 17 00:00:00 2001 From: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com> Date: Mon, 27 Apr 2020 09:05:23 -0700 Subject: [PATCH] cordova-plugin-bluetoothclassic-serial is on npm now (#44269) So remove the 'non-npm' attribute. Note that the package on npm is a fork of the source package for `@types/cordova-plugin-bluetoothclassic-serial`. However 1. Nobody really uses the @types package anyway -- I'm just fixing a build break on Definitely Typed. 2. The fork's types are probably close enough to the original's types. --- types/cordova-plugin-bluetoothclassic-serial/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/cordova-plugin-bluetoothclassic-serial/index.d.ts b/types/cordova-plugin-bluetoothclassic-serial/index.d.ts index 1d54e82b2a..40df264b89 100644 --- a/types/cordova-plugin-bluetoothclassic-serial/index.d.ts +++ b/types/cordova-plugin-bluetoothclassic-serial/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for non-npm package cordova-plugin-bluetoothClassic-serial 0.9 +// Type definitions for package cordova-plugin-bluetoothClassic-serial 0.9 // Project: https://github.com/soltius/BluetoothClassicSerial // Definitions by: Wouter Roosendaal // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped