Compare commits

...

2 Commits

Author SHA1 Message Date
Lewis Diamond
e168e8b9da remove useless test things 2019-12-06 16:48:37 -05:00
Lewis Diamond
7c5fe5c9f7 Remove our specific stuff from package.json 2019-12-06 16:46:48 -05:00

View File

@ -1,6 +1,6 @@
{ {
"name": "@jogogo/mhysa", "name": "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",
@ -27,17 +27,12 @@
"files": [ "files": [
"dist" "dist"
], ],
"publishConfig": {
"registry": "https://npm.dev.jogogo.co/"
},
"repository": { "repository": {
"url": "git@github.com:Jogogoplay/mhysa.git", "url": "git@github.com:Wenzil/Mhysa.git",
"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"