diff --git a/index.js b/index.js index 3658300..777ef9a 100644 --- a/index.js +++ b/index.js @@ -18,6 +18,6 @@ module.exports = { Change: type.Change, Attribute: type.Attribute, Value: type.Value, - Modification: type.Modifcation, + Modification: type.Modification, _extend: type._extend }; diff --git a/package.json b/package.json index 69da6dc..3c9fd9f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ldif", - "version": "0.5.1", + "version": "0.5.2", "description": "LDIF (LDAP Directory Interchange Format) tools for Node", "main": "index.js", "dependencies": {},