Skip to content

Commit

Permalink
Binary fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
gavoja committed Mar 9, 2016
1 parent c9dd024 commit feeee09
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion bin/aemsync
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#!/usr/bin/env node
require('../index')
const aemsync = require('../index')
aemsync.main()
7 changes: 5 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,8 @@ if (require.main === module) {
main()
}

module.exports.Watcher = Watcher
module.exports.Pusher = Pusher
module.exports = {
main: main,
Watcher: Watcher,
Pusher: Pusher
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aemsync",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "Adobe AEM Synchronization Tool",
"author": "Michal Kochel <[email protected]>",
"keywords": [
Expand Down

0 comments on commit feeee09

Please sign in to comment.