Skip to content

Conversation

@sau240
Copy link

@sau240 sau240 commented Nov 27, 2025

… URL

Related Issue

Resolves #216 — Fix publint feedback for package.json

Summary of Changes

@sau240
Copy link
Author

sau240 commented Nov 27, 2025

Hi! This PR fixes the types first warning in package.json (issue #216). I’ve verified it with npx publint — no errors. Thank you for reviewing!

Copy link
Member

@thescientist13 thescientist13 left a comment

Choose a reason for hiding this comment

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

Thanks for this @sau240 .

Just a heads up that another contributor already reached out in the issue and opened a PR for this, so will defer to their PR first at least for now.

I will still keep this open for a little bit to see how that review goes, but will plan to merge that one first assuming all PR feedback gets resolved in a timely manner.

"types": "./src/index.d.ts",
"import": "./src/wcc.js",
"types": "./src/index.d.ts"
"require": "./src/wcc.js"
Copy link
Member

Choose a reason for hiding this comment

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

I don't think we need this require, I don't need it to make publint pass as long as the types come first

@thescientist13 thescientist13 linked an issue Nov 27, 2025 that may be closed by this pull request
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

Successfully merging this pull request may close these issues.

apply feedback from publint to package.json

2 participants