make-only-subtitle-default
HaveAGitGat 5 years ago committed by GitHub
parent d4b45af139
commit 1f1c2fbbc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,3 @@
var fs = require('fs'); var fs = require('fs');
var path = require('path'); var path = require('path');
if (fs.existsSync(path.join(process.cwd(), '/npm'))) { if (fs.existsSync(path.join(process.cwd(), '/npm'))) {
@ -53,5 +51,3 @@
return response return response
} }
} }
Loading…
Cancel
Save