frintjs/frint

Export version number from package

Open

#264 opened on 2017年8月16日

GitHub で見る
 (2 comments) (1 reaction) (0 assignees)JavaScript (37 forks)batch import
help wanted

Repository metrics

Stars
 (746 stars)
PR merge metrics
 (30d に merged PR はありません)

説明

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)

コントリビューターガイド