Various tweaks

This commit is contained in:
Sindre Sorhus 2017-11-07 10:23:00 +07:00
parent 59a638b216
commit 89867fbc16
3 changed files with 38 additions and 29 deletions

View file

@ -17,7 +17,7 @@
"node": ">=4"
},
"scripts": {
"lint": "tslint --project .",
"lint": "tslint --format stylish --project .",
"build": "tsc",
"test": "npm run lint && npm run build && ava dist/tests",
"prepublish": "npm run build && del dist/tests"
@ -53,7 +53,7 @@
"del-cli": "^1.1.0",
"jsdom": "^9.12.0",
"tslint": "^5.8.0",
"tslint-xo": "^0.2.2",
"tslint-xo": "^0.3.0",
"typescript": "^2.6.1"
},
"types": "dist/index.d.ts"