feathers-configuration

v0.3.3
A small configuration module for your Feathers application.
feathers feathers-plugin

prepublish

npm run compile

publish

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

release:patch

npm version patch && npm publish

release:minor

npm version minor && npm publish

release:major

npm version major && npm publish

changelog

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

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 && nsp check

Metadata

  • MIT
  • >= 0.12.0
  • Feathers contributors
  • released 9/12/2016

Downloads