v1.3.1: add tests to package.json

This commit is contained in:
AJ ONeal 2018-11-24 20:25:58 -07:00
parent 3102515664
commit 5d3c6a4b65
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "eckles", "name": "eckles",
"version": "1.2.1", "version": "1.3.1",
"description": "PEM-to-JWK and JWK-to-PEM (and SSH) for ECDSA keys in a lightweight, zero-dependency library focused on perfect universal compatibility.", "description": "PEM-to-JWK and JWK-to-PEM (and SSH) for ECDSA keys in a lightweight, zero-dependency library focused on perfect universal compatibility.",
"homepage": "https://git.coolaj86.com/coolaj86/eckles.js", "homepage": "https://git.coolaj86.com/coolaj86/eckles.js",
"main": "index.js", "main": "index.js",
@ -17,7 +17,7 @@
}, },
"scripts": { "scripts": {
"postinstall": "node lib/telemetry.js event:install", "postinstall": "node lib/telemetry.js event:install",
"test": "echo \"Error: no test specified\" && exit 1" "test": "bash test.sh"
}, },
"repository": { "repository": {
"type": "git", "type": "git",