Skip to content
This repository was archived by the owner on Mar 27, 2022. It is now read-only.

feat: mirror fsevents binary #77

Merged
merged 1 commit into from
Oct 27, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,18 @@ var config = {
disturl: 'https://node-inspector.s3.amazonaws.com',
syncerClass: 'ListBucketResult',
url: 'https://github.com/node-inspector',
description: 'Node.js debugger based on Blink Developer Tools'
}
description: 'Node.js debugger based on Blink Developer Tools',
},
fsevents: {
alwayNewDirIndex: 0,
name: 'fsevents',
category: 'fsevents',
enable: true,
disturl: 'https://fsevents-binaries.s3-us-west-2.amazonaws.com',
syncerClass: 'ListBucketResult',
url: 'https://github.com/strongloop/fsevents',
description: 'Native Access to Mac OS-X FSEvents',
},
},
};

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"mkdirp": "~0.5.0",
"mysql": "~2.9.0",
"only": "~0.0.2",
"sequelize": "~3.12.2",
"sequelize": "~2.0.0-rc8",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个还不能升级到新版。。

"thunkify-wrap": "~1.0.4",
"urllib": "~2.5.0",
"utility": "~1.5.0"
Expand Down