Skip to content
thoragio edited this page Jan 19, 2018 · 2 revisions

Adding New Entries

  • Add new entry(ies) to dpdb-formatted.json
  • npm run test:build to confirm file is formatted properly
  • npm run build to generate new dpdb.json
  • Update changelog in README file
  • Add new version with npm version patch -m "Publish %s"
  • Push changes to repo
  • Push new tag with git push origin <tag_name>
  • Publish to npm repo with npm publish
Clone this wiki locally