frintjs/frint

Export version number from package

Open

#264 opened on Aug 16, 2017

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

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