dwyl / goodparts

:see_no_evil: An ESLint Style that only allows JavaScript the Good Parts (and "Better Parts") in your code.
GNU General Public License v2.0
78 stars 26 forks source link

Remove symlinking #269

Closed eliasmalik closed 7 years ago

eliasmalik commented 7 years ago

Related to #248

So thanks to #267 I finally got round to writing enough tests for this to be worth PR-ing.

Major Changes

Minor Changes

Not a particularly urgent PR. Also I'm thinking this PR should bump us up to 1.2.0 rather than 1.1.5 since its a change in behaviour, but open to suggestions.

nelsonic commented 7 years ago

@eliascodes code looks good. thanks for making the time to update this. 👍 Please publish a new version on using the following:

git checkout master
git pull
npm version minor -m 'make symlink optional - no functional changes'
git push && git push --tags
npm publish
eliasmalik commented 7 years ago

@nelsonic done 👍