mrcrowl / vuex-typex

Typescript builder for strongly-typed access to Vuex Store modules
MIT License
193 stars 22 forks source link

Add typings file from dist to the package.json files #38

Closed ep-mark closed 3 years ago

ep-mark commented 3 years ago

After the work done in https://github.com/mrcrowl/vuex-typex/pull/36 the typings were missed in the published npm package. I have added the dist index.d.ts file to the package files list so it will be published to npm.

mrcrowl commented 3 years ago

Hey Mark, sorry about the hold up. Now published as v3.1.8, with this PR included.

ep-mark commented 3 years ago

Thanks!