Skip to content

Commit

Permalink
Release eyeglass@2.2.2, broccoli-eyeglass@5.0.2, ember-cli-eyeglass@6…
Browse files Browse the repository at this point in the history
….0.2
  • Loading branch information
chriseppstein committed Mar 23, 2019
1 parent dde2ada commit 5982efb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/broccoli-eyeglass/package.json
@@ -1,7 +1,7 @@
{
"name": "broccoli-eyeglass",
"description": "Sass compiler for Broccoli with Eyeglass Integration",
"version": "5.0.1",
"version": "5.0.2",
"author": "Chris Eppstein <chris@eppsteins.net>",
"main": "lib/index.js",
"license": "Apache-2.0",
Expand Down Expand Up @@ -43,7 +43,7 @@
"colors": "^1.3.1",
"debug": "^3.1.0",
"ensure-symlink": "^1.0.2",
"eyeglass": "^2.2.1",
"eyeglass": "^2.2.2",
"fs-extra": "^7.0.0",
"fs-tree-diff": "^1.0.0",
"glob": "^7.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/ember-cli-eyeglass/package.json
@@ -1,6 +1,6 @@
{
"name": "ember-cli-eyeglass",
"version": "6.0.1",
"version": "6.0.2",
"description": "Use eyeglass and node-sass to compile Sass files.",
"directories": {
"doc": "doc",
Expand Down Expand Up @@ -76,7 +76,7 @@
"broccoli"
],
"dependencies": {
"broccoli-eyeglass": "^5.0.1",
"broccoli-eyeglass": "^5.0.2",
"broccoli-funnel": "^2.0.1",
"broccoli-merge-trees": "^3.0.0",
"lodash.clonedeep": "^4.5.0",
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.2.1",
"version": "2.2.2",
"author": {
"name": "The eyeglass team and contributors",
"url": "https://github.com/linkedin/eyeglass/graphs/contributors"
Expand Down

0 comments on commit 5982efb

Please sign in to comment.