Skip to content

Commit

Permalink
🎣 Preserve settings from being deleted when application unlinked
Browse files Browse the repository at this point in the history
  - Fixes #50
  - Encapsulates in the app all the code used for linking
  - Fixes some style issues and several typos
  • Loading branch information
igrybkov committed Jan 29, 2019
1 parent b89cda5 commit 380d88d
Show file tree
Hide file tree
Showing 9 changed files with 1,813 additions and 1,370 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ publish:
npm publish

link:
-./node_modules/alfred-link/link.js
-./tools/link.js

unlink:
-./node_modules/alfred-link/unlink.js
-./tools/unlink.js

switch-to-release: unlink
$(eval packageName=$(shell node -e "try {var pack=require('./package.json'); console.log(pack.name); } catch(e) {}"))
Expand Down
Loading

0 comments on commit 380d88d

Please sign in to comment.