From 1956507f27a9582dceef6569eb26b9925096bad4 Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Sun, 13 Sep 2015 14:25:53 +0200 Subject: [PATCH] pkg: update description to use PC/SC Since version 0.4.0 of node-pcsclite all systems Linux, Mac OS X and Windows are supported. The wrapper is no more limited to pcsclite but to any implementation of PC/SC. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b59aa30..0319733 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "engines": { "node": ">=0.8.0 < 4" }, - "description": "Bindings over pcsclite to access Smart Cards", + "description": "Bindings over PC/SC to access Smart Cards", "main": "index.js", "directories": { "test": "test"