open source is social v-it.org
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

publish: support OTP for npm 2FA

+4
+4
Makefile
··· 28 28 git push --tags 29 29 30 30 publish: 31 + ifdef OTP 32 + npm publish --otp=$(OTP) 33 + else 31 34 npm publish 35 + endif 32 36 33 37 ship: release publish