v1.0.4: 'npm test' will now run the tests

This commit is contained in:
AJ ONeal 2018-11-23 12:53:48 -07:00
parent d3b459aaf5
commit ec826aa906
1 changed files with 2 additions and 2 deletions

View File

@ -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",