ts-loader
Advanced tools
Comparing version 0.3.3 to 0.3.4
# Changelog | ||
## v0.3.4 | ||
- Exclude TS 1.5 as a dependency since there are breaking changes | ||
## v0.3.3 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "ts-loader", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"description": "TypeScript loader for webpack", | ||
@@ -33,3 +33,3 @@ "main": "index.js", | ||
"object-assign": "^2.0.0", | ||
"typescript": "^1.4.1" | ||
"typescript": "~1.4.1" | ||
}, | ||
@@ -36,0 +36,0 @@ "devDependencies": { |
@@ -37,3 +37,3 @@ # TypeScript loader for webpack | ||
##### target | ||
##### target *(string)* | ||
@@ -46,3 +46,3 @@ Specify the TypeScript output target. | ||
##### module | ||
##### module *(string)* | ||
@@ -49,0 +49,0 @@ Specify the type of modules that TypeScript emits. |
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
14906
+ Addedtypescript@1.4.1(transitive)
- Removedtypescript@1.8.10(transitive)
Updatedtypescript@~1.4.1