From: Nicolas Coden Date: Tue, 15 May 2018 19:56:16 +0000 (+0200) Subject: chore: use appropriate eyeglass compatibility range X-Git-Tag: v6.6.0~3^2~183^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F11268%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git chore: use appropriate eyeglass compatibility range The current Foundation codebase supports all eyeglass versions since its first stable release `v0.8.0`. Changes: * Support eyeglass `>=0.8.0` instead of `~0.8.0` in package.json Closes https://github.com/zurb/foundation-sites/issues/11263 --- diff --git a/package.json b/package.json index f57153bcd..3a0df43cc 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "eyeglass": { "name": "foundation", "sassDir": "scss", - "needs": "^0.8.0", + "needs": ">=0.8.0", "exports": false }, "jspm": {