Skip to content

Commit

Permalink
eyeglass@2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseppstein committed Apr 2, 2019
1 parent 5919fce commit 1527b32
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions packages/eyeglass/CHANGELOG.md
@@ -1,3 +1,12 @@
# 2.4.0

* Adds option `disableStrictDependencyCheck` - which allows eyeglass modules to
import sass files from eyeglass modules anywhere in the dependency tree. This
is not recommended, but sometimes with manual module declarations or peer
dependencies it makes sense.
* Properly lists 'heimdalljs' as a runtime dependency instead of a
dev dependency.

# 2.3.1

* Fixes a bug in eyeglass module resolutions that only occurred in the rare
Expand Down
2 changes: 1 addition & 1 deletion packages/eyeglass/package.json
@@ -1,7 +1,7 @@
{
"name": "eyeglass",
"description": "Sass modules for npm.",
"version": "2.3.1",
"version": "2.4.0",
"author": {
"name": "The eyeglass team and contributors",
"url": "https://github.com/linkedin/eyeglass/graphs/contributors"
Expand Down

0 comments on commit 1527b32

Please sign in to comment.