scripts/get-version-marker.js (1 lines of code) (raw):

/** * Returns the version marker used to indicate this is a local dependency. * * Usage: * * const version = require('./get-version-marker'); * * Or from the command line: * * node -p require('./get-version-marker') * */ module.exports = '0.0.0';