mirror of
https://github.com/kvz/bash3boilerplate.git
synced 2024-12-19 22:57:51 +00:00
Fix Travis error
Unsupported platform for fsevents@1.0.15: wanted {"os":"darwin","arch":"any"} Unsupported platform for fsevents@1.0.15: wanted {"os":"darwin","arch":"any"} https://travis-ci.org/kvz/bash3boilerplate/jobs/184200578#L757 https://github.com/npm/npm/issues/14042
This commit is contained in:
parent
70f7a2905c
commit
15b1092262
@ -28,6 +28,9 @@
|
||||
"projectDir": "website",
|
||||
"prebuild": "npm run inject"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"fsevents": "*"
|
||||
},
|
||||
"dependencies": {
|
||||
"fakefile": "0.0.6"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user