tsconfig-paths-webpack-plugin
Advanced tools
Comparing version 3.0.4 to 3.1.0
@@ -10,2 +10,8 @@ # Change Log | ||
## [3.1.0] - 2018-05-14 | ||
### Added | ||
* Typescript typings, see [#16](https://github.com/dividab/tsconfig-paths/issues/16). | ||
## [3.0.4] - 2018-04-17 | ||
@@ -12,0 +18,0 @@ |
{ | ||
"name": "tsconfig-paths-webpack-plugin", | ||
"version": "3.0.4", | ||
"version": "3.1.0", | ||
"description": "Load modules according to tsconfig paths in webpack.", | ||
"main": "index.js", | ||
"main": "lib/index.js", | ||
"author": "Jonas Kello", | ||
@@ -23,3 +23,3 @@ "license": "MIT", | ||
"ts-loader": "^2.2.2", | ||
"ts-node": "^3.2.0", | ||
"ts-node": "^6.0.3", | ||
"tslint": "^5.8.0", | ||
@@ -26,0 +26,0 @@ "tslint-immutable": "^4.4.0", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
204244
14
465