Dotaconstants
dotaconstants: Static data for Dota applications
Install / Use
/learn @odota/DotaconstantsREADME
dotaconstants
Constant data for Dota 2 applications
Notes
- Manually maintained files are located in the
jsondirectory - Some data is fetched from remote sources
- Add a new patch ID:
npm run newpatch - Update and regenerate build:
npm run build - Create a new version:
npm version minor - Publish to npm:
npm publish
