didRetain missing in npm published version
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 2.1k
- Forks
- 64
- PR merge metrics
- No merged PRs in 30d
Description
When looking at the repo and the examples I see `didRetain´ being used and available
https://github.com/leeoniya/dropcss/blob/master/dist/dropcss.cjs.js#L972
However, the version on npm does not have it 😅
https://unpkg.com/dropcss@1.0.16/dist/dropcss.cjs.js
Is it possible to publish the latest version to npm as well?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Compare dist/dropcss.cjs.js in the repository with the npm package at unpkg.com/dropcss@1.0.16/dist/dropcss.cjs.js, focusing on the missing didRetain export or implementation. Check the project's release and publish instructions, then verify that a newly published npm version contains the repository version and exposes didRetain.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css, javascript
- Domain
- release
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100