Skip to content

v2.4.0

Compare
Choose a tag to compare
@mdeboer mdeboer released this 12 May 18:29
· 30 commits to master since this release

Changes in v2.4.0

  • Updated dependencies
  • Added support for including git repositories (toggled with the option in the project-manager package settings in Atom). See #17.

Note
If you have any trouble running the Alfred workflow or downloaded the workflow from Packal. Please right click on the workflow in Alfred and click "open in terminal" and run the following commands:

$ rm -Rf node_modules
$ npm install --only=prod

Or if you have yarn installed:

$ rm -Rf node_modules
$ yarn --prod