feathers-primus

v1.4.1
The Feathers Primus real-time API provider
feathers feathers-plugin

prepublish

npm run compile

publish

git push origin && git push origin --tags

release:patch

npm version patch && npm publish

release:minor

npm version minor && npm publish

release:major

npm version major && npm publish

compile

rm -rf lib/ && babel -d lib/ src/

watch

babel --watch -d lib/ src/

jshint

jshint src/. test/. --config

mocha

mocha test/ --recursive --compilers js:babel-core/register

test

npm run compile && npm run jshint && npm run mocha

Metadata

  • MIT
  • >= 0.12.0
  • Feathers contributors
  • released 5/23/2016

Downloads