Skip to content

Commit

Permalink
Edit: move tsconfig-paths to non-dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ctsstc committed Oct 21, 2020
1 parent ecb66e5 commit 0ebcb25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
11 changes: 3 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
"lodash.camelcase": "^4.3.0",
"moment": "^2.22.2",
"ts-node": "^8.1.0",
"tsconfig-paths": "^3.9.0",
"typescript": "^3.1.6"
},
"devDependencies": {
"jest": "^25.1.0",
"ts-jest": "^25.1.0",
"tsconfig-paths": "^3.9.0",
"tslint": "^5.11.0"
}
}

0 comments on commit 0ebcb25

Please sign in to comment.