#!/bin/sh

npm publish --email=$__CREDS_KEY --_auth=$__CREDS_SECRET ./$*
