bitcrowd / tickety-tick

A browser extension that helps you name branches and write better commit messages
MIT License
57 stars 10 forks source link

[#210] Drop support for Safari #239

Closed pmeinhardt closed 4 years ago

pmeinhardt commented 4 years ago

Removes the code, build configuration and most of the indirections added to maintain a Safari version of Tickety-Tick. It's mostly deletions and renames (to get rid of the extra nesting and separation in the directory structure). The "biggest" change/diff is the merged Webpack config, which combines the previous webpack.common.js and webpack.webext.babel.js.

Closes #210.

✌️