v2.4.6 - remove django app
- Move
package.json
dependencies
todevDependencies
so they don't end up in the npm module. - Remove
prepack
script, as build can targetdist
directly. - Remove django/python infrastructure, which is no longer needed.
package.json
dependencies
to devDependencies
so they don't end up in the npm module.prepack
script, as build can target dist
directly.