changesets
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -108,3 +108,3 @@ /*! | ||
exports.invert = function(op) { | ||
return op.invert() | ||
return exports.pack(exports.unpack(op).invert()) | ||
} |
{ | ||
"name": "changesets", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Changeset library incorporating an operational transformation (OT) algorithm - for node and the browser, with shareJS support", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
235984