Meta tweaks

This commit is contained in:
Sindre Sorhus 2018-05-25 10:40:55 +07:00
parent db25d554dc
commit 0988832ef7

View file

@ -15,9 +15,9 @@
}, },
"scripts": { "scripts": {
"lint": "tslint --format stylish --project .", "lint": "tslint --format stylish --project .",
"build": "tsc", "build": "del dist && tsc",
"test": "npm run lint && npm run build && ava dist/tests", "test": "npm run lint && npm run build && ava dist/tests",
"prepublish": "npm run build && del dist/tests" "prepublish": "npm run build"
}, },
"files": [ "files": [
"dist" "dist"
@ -48,7 +48,7 @@
}, },
"devDependencies": { "devDependencies": {
"@types/jsdom": "^11.0.4", "@types/jsdom": "^11.0.4",
"@types/node": "^9.6.0", "@types/node": "^10.1.2",
"@types/tempy": "^0.1.0", "@types/tempy": "^0.1.0",
"@types/zen-observable": "^0.5.3", "@types/zen-observable": "^0.5.3",
"ava": "*", "ava": "*",
@ -57,7 +57,7 @@
"rxjs": "^6.0.0", "rxjs": "^6.0.0",
"tempy": "^0.2.1", "tempy": "^0.2.1",
"tslint": "^5.9.1", "tslint": "^5.9.1",
"tslint-xo": "^0.7.0", "tslint-xo": "^0.8.0",
"typescript": "^2.8.1", "typescript": "^2.8.1",
"zen-observable": "^0.8.8" "zen-observable": "^0.8.8"
}, },