unvt / charites

It is an application to style vector tiles easily
https://unvt.github.io/charites/
MIT License
51 stars 13 forks source link

Fix bin path in package.json #52

Closed naogify closed 2 years ago

naogify commented 2 years ago

I fixed bin/ path in package.json that related to directory change.

  "bin": {
    "charites": "dist/cli"
  },
  "bin": {
    "charites": "dist/cli/index"
  },