2.0.0-alpha.1

This commit is contained in:
Lewis Diamond 2019-12-06 17:13:28 -05:00
parent 4b806c4d4e
commit 179d526c6c

View File

@ -1,6 +1,6 @@
{ {
"name": "@jogogo/mhysa", "name": "@jogogo/mhysa",
"version": "0.1.0-alpha.1", "version": "2.0.0-alpha.1",
"description": "Streams and event emitter utils for Node.js", "description": "Streams and event emitter utils for Node.js",
"keywords": [ "keywords": [
"promise", "promise",
@ -35,9 +35,7 @@
"type": "git" "type": "git"
}, },
"scripts": { "scripts": {
"test": "NODE_PATH=src node node_modules/.bin/ava tests/*.spec.ts -e", "test": "ava",
"test:debug": "NODE_PATH=src node inspect node_modules/ava/profile.js",
"test:all": "NODE_PATH=src node node_modules/.bin/ava",
"lint": "tslint -p tsconfig.json", "lint": "tslint -p tsconfig.json",
"validate:tslint": "tslint-config-prettier-check ./tslint.json", "validate:tslint": "tslint-config-prettier-check ./tslint.json",
"prepublishOnly": "yarn lint && yarn test && yarn tsc -d" "prepublishOnly": "yarn lint && yarn test && yarn tsc -d"