This commit is contained in:
Leo 2017-07-13 19:09:33 -07:00
parent ba2ae1e6d2
commit 155fb7bd7a

View file

@ -1,13 +1,13 @@
{ {
"name": "ospec", "name": "ospec",
"version": "1.3.0", "version": "1.3.1",
"description": "Noiseless testing framework", "description": "Noiseless testing framework",
"main": "ospec.js", "main": "ospec.js",
"directories": { "directories": {
"test": "tests" "test": "tests"
}, },
"keywords": [ "testing" ], "keywords": [ "testing" ],
"author": "Leo Horie <lhorie@hotmail.com>", "author": "Leo Horie <leohorie@hotmail.com>",
"license": "MIT", "license": "MIT",
"bin": { "bin": {
"ospec": "./bin/ospec" "ospec": "./bin/ospec"