Skip to content

Commit

Permalink
fix: 🐛 fix deps, mixed up projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Reese committed Sep 17, 2020
1 parent 229a699 commit ba299e6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
9 changes: 3 additions & 6 deletions packages/critical-path-css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elderjs/plugin-critical-path-css",
"version": "0.0.12",
"version": "0.0.11",
"description": "Easily generate critical path css for your Elder.js powered website.",
"keywords": [
"elder.js",
Expand Down Expand Up @@ -32,10 +32,7 @@
},
"dependencies": {
"fs-extra": "^9.0.1",
"svgo": "^1.3.2",
"sharp": "^0.26.0",
"potrace": "^2.1.8",
"mini-svg-data-uri": "^1.2.3",
"workerpool": "^6.0.0"
"critical": "^2.0.1",
"clean-css": "^4.2.3"
}
}
8 changes: 8 additions & 0 deletions packages/images/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,13 @@
},
"bugs": {
"url": "https://github.com/Elderjs/plugins/issues"
},
"dependencies": {
"fs-extra": "^9.0.1",
"svgo": "^1.3.2",
"sharp": "^0.26.0",
"potrace": "^2.1.8",
"mini-svg-data-uri": "^1.2.3",
"workerpool": "^6.0.0"
}
}

0 comments on commit ba299e6

Please sign in to comment.