mirror of
https://github.com/kvz/bash3boilerplate.git
synced 2025-06-19 14:33:43 +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:
@ -28,6 +28,9 @@
|
|||||||
"projectDir": "website",
|
"projectDir": "website",
|
||||||
"prebuild": "npm run inject"
|
"prebuild": "npm run inject"
|
||||||
},
|
},
|
||||||
|
"optionalDependencies": {
|
||||||
|
"fsevents": "*"
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"fakefile": "0.0.6"
|
"fakefile": "0.0.6"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user