Closed akdor1154 closed 7 years ago
Adding the types field to package.json means this can be installed directly from npm without having typings installed:
npm
typings
npm install akdor1154/npm-ldapjs (or types/npm-ldapjs once/if this is merged!)
npm install akdor1154/npm-ldapjs
types/npm-ldapjs
I guess it will also be necessary once @types can redirect to the typings repository...
quickest merge I've ever seen, thanks! :)
No problem 😄 It's handy to have these entries added gradually. Hopefully once redirects land in DefinitelyTyped it'll all just work as a result of it.
Adding the types field to package.json means this can be installed directly from
npm
without havingtypings
installed:npm install akdor1154/npm-ldapjs
(ortypes/npm-ldapjs
once/if this is merged!)I guess it will also be necessary once @types can redirect to the typings repository...