feathers-configuration

v0.1.0
A small configuration module for your Feathers application.
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

NODE_ENV=testing mocha test/ --compilers js:babel-core/register

test

npm run jshint && npm run mocha

Metadata

  • MIT
  • >= 0.12.0
  • Feathers contributors
  • released 11/14/2015

Downloads

Maintainers