frintjs/frint

Export version number from package

Open

#264 aperta il 16 ago 2017

Vedi su GitHub
 (2 commenti) (1 reazione) (0 assegnatari)JavaScript (37 fork)batch import
help wanted

Metriche repository

Star
 (746 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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)

Guida contributor