feathers-socket-commons

v3.0.0-pre.1
Shared functionality for websocket providers
feathers feathers-plugin

publish

git push origin --tags && npm run changelog && git push origin

changelog

github_changelog_generator && git add CHANGELOG.md && git commit -am "Updating changelog"

release:patch

npm version patch && npm publish

release:minor

npm version minor && npm publish

release:major

npm version major && npm publish

release:prerelease

npm version prerelease && npm publish --tag pre

lint

semistandard --fix

mocha

mocha --opts mocha.opts

coverage

istanbul cover node_modules/mocha/bin/_mocha -- --opts mocha.opts

test

npm run lint && npm run coverage

Metadata

  • MIT
  • >= 6
  • Feathers contributors
  • released 9/8/2017

Downloads