typed-typings / npm-ldapjs

Typings for https://github.com/mcavage/node-ldapjs
ISC License
3 stars 2 forks source link

add types to package.json #5

Closed akdor1154 closed 7 years ago

akdor1154 commented 7 years ago

Adding the types field to package.json means this can be installed directly from npm without having typings installed:

npm install akdor1154/npm-ldapjs (or types/npm-ldapjs once/if this is merged!)

I guess it will also be necessary once @types can redirect to the typings repository...

akdor1154 commented 7 years ago

quickest merge I've ever seen, thanks! :)

blakeembrey commented 7 years ago

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.