Skip to content
This repository has been archived by the owner on Jun 26, 2022. It is now read-only.

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Jul 31, 2016
1 parent dda2d20 commit b021af5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/provider.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ const pathToScript = atom.config.get('build-makensis-wine.pathToScript');
const makeNsis = pathToScript ? '"' + pathToScript + '"' : path.join(__dirname, 'makensis-wine.sh');

// This package depends on build, make sure it's installed
module.exports = {
export default {
activate() {
require('atom-package-deps').install(meta.name);
}
},
};

export function provideBuilder() {
Expand Down

0 comments on commit b021af5

Please sign in to comment.