dotaconstants
v9.4.0
Published
Constant data for Dota 2 applications
Downloads
2,412
Readme
dotaconstants
Constant data for Dota 2 applications
Notes
- Manually maintained files are located in the
json
directory - 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