Skip to content

Commit

Permalink
Updated package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
kallaspriit committed Feb 8, 2018
1 parent e7849f0 commit dcd6af9
Showing 1 changed file with 4 additions and 24 deletions.
28 changes: 4 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,13 @@
"test-watch": "jest --watch --collectCoverage",
"coverage": "yarn tidy:coverage && jest --collectCoverage",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"cleanup": "ts-node src/scripts/cleanup",
"precommit": "yarn prettier && yarn build && yarn lint-fix && git add -A"
},
"repository": {
"type": "git",
"url": "https://github.com/kallaspriit/express-error-renderer.git"
},
"keywords": [
"express",
"error",
"renderer",
"pretty",
"stack",
"trace",
"sourcemap"
],
"keywords": ["express", "error", "renderer", "pretty", "stack", "trace", "sourcemap"],
"author": "Priit Kallas <kallaspriit@gmail.com>",
"license": "MIT",
"bugs": {
Expand Down Expand Up @@ -70,22 +61,11 @@
"transform": {
"^.+\\.(ts|tsx)$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
},
"roots": [
"src"
],
"roots": ["src"],
"mapCoverage": true,
"collectCoverage": false,
"collectCoverageFrom": [
"**/src/index.ts",
"**/routes/**/*.ts",
"!**/routes/index-route.ts"
],
"collectCoverageFrom": ["**/src/index.ts", "**/routes/**/*.ts", "!**/routes/index-route.ts"],
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"json"
]
"moduleFileExtensions": ["ts", "tsx", "js", "json"]
}
}

0 comments on commit dcd6af9

Please sign in to comment.