getflywheel / local-addon-boilerplate

Boilerplate to quick start Local Add-on development 🚀
12 stars 4 forks source link

feat(LOC-1879): add 'slug' property to package.json #1

Closed ethan309 closed 4 years ago

ethan309 commented 4 years ago

Summary

When add-ons are published to Local, they require a 'slug' property in the package.json. Rather than have us add this property, we can just have developers create a slug when they make their add-on (or at least be aware they will need to add one before publishing).

I also added .DS_Store to the gitignore.

Reference