Comparing version 0.5.1 to 0.5.2
# Change Log | ||
## [v0.5.2](https://github.com/martynsmith/node-irc/tree/v0.5.2) (2016-11-25) | ||
[Full Changelog](https://github.com/martynsmith/node-irc/compare/v0.5.1...v0.5.2) | ||
**Merged pull requests:** | ||
- Update iconv to 2.2.1 and node-icu-charset-detector to 0.2.0 to fix node 6+ support [\#487](https://github.com/martynsmith/node-irc/pull/487) ([paladox](https://github.com/paladox)) | ||
## [v0.5.1](https://github.com/martynsmith/node-irc/tree/v0.5.1) (2016-11-17) | ||
@@ -4,0 +11,0 @@ [Full Changelog](https://github.com/martynsmith/node-irc/compare/v0.5.0...v0.5.1) |
{ | ||
"name": "irc", | ||
"description": "An IRC client library for node", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"author": "Martyn Smith <martyn@dollyfish.net.nz>", | ||
@@ -37,4 +37,4 @@ "scripts": { | ||
"optionalDependencies": { | ||
"iconv": "~2.1.6", | ||
"node-icu-charset-detector": "~0.1.2" | ||
"iconv": "~2.2.1", | ||
"node-icu-charset-detector": "~0.2.0" | ||
}, | ||
@@ -41,0 +41,0 @@ "devDependencies": { |
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
205058