Export version number from package
Open
help wanted
- Dominant language
- JavaScript
- Stars
- 756
- Forks
- 33
- PR merge metrics
- No merged PRs in 30d
Description
Something like this:
```js
const Frint = require('frint');
console.log(Frint.version); // 2.2.0
```
That way, we can know while debugging in the browser what version we are dealing with quickly.
(I currently have no idea how this can be done)
Contributor guide
Research direction
Start by tracing the package's public entry point and how its version is defined in the package metadata. The change is done when consumers can read the installed version through Frint.version as shown in the issue, with existing package checks still passing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- developer-experience
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100