update
This commit is contained in:
+1
-2
@@ -1,6 +1,5 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
require('../dist/opencollective.cjs')
|
||||
require('../dist/index.js')
|
||||
.init(process.argv.length > 2 ? process.argv[2] : '.')
|
||||
.then(() => process.exit(0))
|
||||
.catch(() => process.exit(1))
|
||||
|
||||
Reference in New Issue
Block a user