Guillermo Rauch
9 years ago
2 changed files with 6 additions and 0 deletions
@ -0,0 +1,4 @@ |
|||||
|
import os from 'os'; |
||||
|
import { version } from '../package'; |
||||
|
|
||||
|
export default `now ${version} node-${process.version} ${os.platform()} (${os.arch()})`; |
Loading…
Reference in new issue