fsevents 1.0.14 → 1.0.15
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of fsevents might be problematic. Click here for more details.
- package/.travis.yml +1 -0
- package/ISSUE_TEMPLATE.md +8 -0
- package/package.json +1 -1
package/.travis.yml
CHANGED
@@ -5,6 +5,7 @@ env:
|
|
5
5
|
- secure: "gve1nkeKkwFEG1VAT3i+JwYyAdF0gKXwKx0uxbkBTsmm2M+0MDusohQdFLoEIkSIFktXBIDefoa7iGpLKRfG2VsZLpwJgnvnD0HqbnuR+k+W+bu7BHt4CAaR6GTllsDCjyq9zNyhUThzSnf2WNIpOEF5kHspZlbGfawURuUJH/U="
|
6
6
|
- secure: "jqVpmWxxBVXu2X8+XJMpKH0cooc2EKz9xKL2znBfYdNafJORSXcFAVbjCX5mZmVDcgIMwDtm2+gIG4P73hzJ2e3S+y2Z9ROJGyXHa3AxUTvXHQsxqzH8coHHqB8vTvfr0t2O5aKfpvpICpSea39r0hzNoMv6Ie5SwBdqj1YY9K0="
|
7
7
|
matrix:
|
8
|
+
- NODE_VERSION="v7"
|
8
9
|
- NODE_VERSION="v6"
|
9
10
|
- NODE_VERSION="v5"
|
10
11
|
- NODE_VERSION="v4"
|
@@ -0,0 +1,8 @@
|
|
1
|
+
If you are NOT on OS X and have come here to file an issue about compatibility problems,
|
2
|
+
please stop and go to #115 for your answer.
|
3
|
+
|
4
|
+
You can look through many other similar closed issues as well if you're interested:
|
5
|
+
https://github.com/strongloop/fsevents/search?utf8=%E2%9C%93&q=%22notsup%22+OR+%22EBADPLATFORM%22&type=Issues.
|
6
|
+
|
7
|
+
If you are here to report an issue observed while using this module on OS X, please delete
|
8
|
+
all this pre-filled text then go ahead and submit your report.
|