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

feat: add typescript declaration file #241

Merged
merged 2 commits into from
Mar 17, 2020
Merged

Conversation

himself65
Copy link
Collaborator

close #172

need update PostCssPluginOptions

Co-authored-by: Favna <support@favware.tech>
@himself65 himself65 self-assigned this Mar 7, 2020
@himself65 himself65 changed the title feat: add typescript declaration file [WIP] feat: add typescript declaration file Mar 7, 2020
@himself65 himself65 changed the title [WIP] feat: add typescript declaration file [WIP]feat: add typescript declaration file Mar 7, 2020
@codecov
Copy link

codecov bot commented Mar 7, 2020

Codecov Report

Merging #241 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #241   +/-   ##
=======================================
  Coverage   92.51%   92.51%           
=======================================
  Files           9        9           
  Lines         294      294           
  Branches      103      103           
=======================================
  Hits          272      272           
  Misses         22       22

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1e1022d...e76e255. Read the comment docs.

@himself65
Copy link
Collaborator Author

I'm refactoring this project to typescript, maybe that's more useful

@himself65 himself65 changed the title [WIP]feat: add typescript declaration file feat: add typescript declaration file Mar 17, 2020
@himself65 himself65 merged commit 37bb7a1 into egoist:master Mar 17, 2020
@himself65 himself65 deleted the type branch March 17, 2020 16:42
@egoist
Copy link
Owner

egoist commented Mar 17, 2020

🎉 This PR is included in version 2.5.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@@ -29,6 +29,7 @@
"engines": {
"node": ">=6"
},
"types": "./types/index.d.ts",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You forgot to add this file path to the files list.

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

Successfully merging this pull request may close these issues.

Add TypeScript declaration file
3 participants