Experience-Monks / msdf-bmfont

Generate BMFont texture and spec using msdfgen
MIT License
164 stars 66 forks source link

devtool is not in dev-dependencies #9

Open arilotter opened 8 years ago

arilotter commented 8 years ago

The npm package devtool is required for $ npm run render, but is not included in package.json's dev-dependencies. It should either be added, or the dependency should be removed (I think the latter is preferred, since devtool is a very general-purpose package and shouldn't be explicitly depended on.