Add sodium-test script

This commit is contained in:
Emil Bay 2017-04-11 22:19:34 +02:00
parent 709001fd4e
commit 92bea299c6
No known key found for this signature in database
GPG Key ID: AF1CF37B90FBF638
2 changed files with 4 additions and 1 deletions

View File

@ -6,7 +6,9 @@
"dependencies": { "dependencies": {
"blakejs": "^1.0.1" "blakejs": "^1.0.1"
}, },
"devDependencies": {}, "devDependencies": {
"sodium-test": "^0.1.0"
},
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/mafintosh/sodium-javascript.git" "url": "https://github.com/mafintosh/sodium-javascript.git"

1
test.js Normal file
View File

@ -0,0 +1 @@
require('sodium-test')('.')