feathers-shallow-populate

v2.5.1
Feathers Shallow Populate
feathers feathers-plugin

publish

git push origin --tags && 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

nyc npm run mocha

test

npm run lint && npm run coverage
npm i feathers-shallow-populate

Metadata

  • MIT
  • Whatever
  • Feathers contributors
  • released 4/30/2021

Downloads