feathers-shallow-populate

v1.0.0
Feathers Shallow Populate
feathers feathers-plugin

publish

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

release:pre

npm version prerelease && npm publish --tag pre

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"

lint

standard lib/*.js lib/**/*.js test/*.js test/**/*.js --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
  • >= 8.0.0
  • Feathers contributors
  • released 7/15/2019

Downloads