Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typescript bindings missing in package.json #55

Closed
dwelch2344 opened this issue Nov 23, 2021 · 1 comment
Closed

Typescript bindings missing in package.json #55

dwelch2344 opened this issue Nov 23, 2021 · 1 comment

Comments

@dwelch2344
Copy link

Looks like the typescript definition files are not in the npm bundle (no src file)

{
  "name": "vue-unicons",
  "version": "3.3.0",
  "private": false,
  "description": "1000+ Pixel-perfect svg icons for your next project as Vue components",
  "main": "./dist/vue-unicons.umd.js",
  // .... 
  "types": "./src/main.d.ts"
}
antonreshetov added a commit that referenced this issue Nov 24, 2021
@antonreshetov
Copy link
Owner

Closed because it was fixed in #56

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants