We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a583120 commit bde2d5dCopy full SHA for bde2d5d
1 file changed
bin/cli.js
@@ -1,4 +1,4 @@
1
#! /usr/bin/env node
2
3
var ULID = require('../dist/index.umd.js')
4
-process.stdout.write(ULID.ulid())
+process.stdout.write(ULID.ulid() + '\n')
0 commit comments