Sha256: 37c1a0f2c8bb1f6a3e106195bec437477395a71ca8ecb8d77ede9fc27935e399
Contents?: true
Size: 351 Bytes
Versions: 11
Compression:
Stored size: 351 Bytes
Contents
'use strict'; // This file allows node apps to get the current // test suite version number programmicatlly // Glenn Jones if(require.main === module) { // if they want the app var app = require('app.js'); }else{ // if they want a module interface var pack = require('./package.json'); module.exports = { 'version': pack.version } }
Version data entries
11 entries across 11 versions & 2 rubygems