Various tweaks
This commit is contained in:
parent
59a638b216
commit
89867fbc16
3 changed files with 38 additions and 29 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue