Level / memdown

In-memory abstract-leveldown store for Node.js and browsers.
MIT License
287 stars 37 forks source link

feat(typings): add initial typings #77

Closed MeirionHughes closed 7 years ago

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 3975d39e428a6ac24ea335c00ef8f80850747b2f on typings into 5b876b1fcaf34a0da26810d8759ba8753f1b6fa9 on master.

ralphtheninja commented 7 years ago

@MeirionHughes I take it, it's working well on your end :)

MeirionHughes commented 7 years ago

@ralphtheninja yes, after I have a fair amount of linking going on, but it comes through:

image

ralphtheninja commented 7 years ago

Maybe https://github.com/feross/zelda can help you out? I haven't tried it myself yet.

ralphtheninja commented 7 years ago

1.3.0

MeirionHughes commented 7 years ago

hmm... the looks like npm publish ignored the file

ralphtheninja commented 7 years ago

@MeirionHughes Yes sighs. It seems that if a module is using files property, then all files have to be included there, if you use a newer version of npm. Second time I mess this up.

MeirionHughes commented 7 years ago

I didn't notice sorry, leveldown, hyper, and rocksdb don't have a files property on package.json. :/

ralphtheninja commented 7 years ago

@MeirionHughes I didn't notice it either, no worries.