MergeMyPullRequest / order-splitter

STABLE: https://mergemypullrequest.github.io/order-splitter/ BETA: https://jonsmithers.github.io/order-splitter/
MIT License
2 stars 0 forks source link

Move common directory to root #49

Closed jonsmithers closed 6 years ago

jonsmithers commented 6 years ago

Deletes the /common/ symlink. Moves /chrome-extension/common/ back to /common/ and creates a /chrome-extension/common symlink to the new location.

I had no real reason to put it there in the first place. It just makes sense for it to be in the root.

rm common
mv chrome_extension/common ./common
ln -s ../common chrome_extension/common