From ec826aa906c1f32186372863880d1f6417c947da Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 23 Nov 2018 12:53:48 -0700 Subject: [PATCH] v1.0.4: 'npm test' will now run the tests --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9f83542..58ddf53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rasha", - "version": "1.0.3", + "version": "1.0.4", "description": "💯 PEM-to-JWK and JWK-to-PEM for RSA keys in a lightweight, zero-dependency library focused on perfect universal compatibility.", "homepage": "https://git.coolaj86.com/coolaj86/rasha.js", "main": "index.js", @@ -17,7 +17,7 @@ }, "scripts": { "postinstall": "node lib/telemetry.js event:install", - "test": "echo \"Error: no test specified\" && exit 1" + "test": "bash test.sh" }, "repository": { "type": "git",