]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
chore: use appropriate eyeglass compatibility range 11268/head
authorNicolas Coden <nicolas@ncoden.fr>
Tue, 15 May 2018 19:56:16 +0000 (21:56 +0200)
committerNicolas Coden <nicolas@ncoden.fr>
Tue, 15 May 2018 19:56:16 +0000 (21:56 +0200)
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

package.json

index f57153bcd1e07689ab697ffeacd4a9d0a756e891..3a0df43ccc3ddca0feeced9a7dfb409239e3fdbc 100644 (file)
   "eyeglass": {
     "name": "foundation",
     "sassDir": "scss",
-    "needs": "^0.8.0",
+    "needs": ">=0.8.0",
     "exports": false
   },
   "jspm": {