Skip to content

Commit

Permalink
chore: release v1.0.1 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
heavenshell authored Apr 19, 2020
1 parent 7a3f461 commit 235f167
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lehre",
"version": "1.0.0",
"version": "1.0.1",
"author": "Shinya Ohyanagi",
"license": "MIT",
"description": "Generate document block(JsDoc,EsDoc,TsDoc) from signature",
Expand Down Expand Up @@ -58,13 +58,24 @@
"typescript": "3.8.3"
},
"jest": {
"setupFilesAfterEnv": ["./configs/jest.setup.ts"],
"setupFilesAfterEnv": [
"./configs/jest.setup.ts"
],
"testURL": "http://localhost/",
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testMatch": ["**/src/**/*.spec.ts?(x)"],
"moduleFileExtensions": ["ts", "tsx", "js", "jsx", "json", "node"],
"testMatch": [
"**/src/**/*.spec.ts?(x)"
],
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
],
"globals": {
"ts-jest": {
"tsConfig": "<rootDir>/configs/tsconfig.test.json"
Expand Down

0 comments on commit 235f167

Please sign in to comment.