frintjs/frint

Export version number from package

Open

#264 opened on Aug 16, 2017

View on GitHub
 (2 comments) (1 reaction) (0 assignees)JavaScript (37 forks)batch import
help wanted

Repository metrics

Stars
 (746 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Something like this:

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