tcomb-promise
Advanced tools
Comparing version 0.0.0 to 0.0.1
# History | ||
## `0.0.1` (2016-06-16) | ||
* package.json: coffeeify browserify transform | ||
## `0.0.0` (2016-06-14) | ||
Initial implementation. |
{ | ||
"name": "tcomb-promise", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "tcomb combinator for promises / thenables", | ||
@@ -25,3 +25,8 @@ "main": "tcomb-promise", | ||
"tcomb": "^3" | ||
}, | ||
"browserify": { | ||
"transform": [ | ||
"coffeeify" | ||
] | ||
} | ||
} |
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
2108