Skip to content

Commit aa1c8b4

Browse files
committed
Add dependencies that were missing while using yarn
1 parent 41fd5ed commit aa1c8b4

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# barebones changelog
22

3+
## 2.0.2
4+
* Add dependencies that were missing while using yarn
5+
36
## 2.0.1
47

58
* Comment out example "add_image_size" as it can be easily forgotten which leaves you with extra unused image size.

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "barebones",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"author": "Benchmark Studios",
55
"description": "A lightweight and skeletal WordPress boilerplate theme for HTML5 and beyond",
66
"license": "MIT",
@@ -19,6 +19,10 @@
1919
"devDependencies": {
2020
"gulp": "^3.8.8",
2121
"gulp-imagemin": "^3.0.1",
22+
"imagemin-gifsicle": "^5.1.0",
23+
"imagemin-jpegtran": "^5.0.2",
24+
"imagemin-optipng": "^5.2.1",
25+
"imagemin-svgo": "^5.2.0",
2226
"laravel-elixir": "^4.2.1"
2327
},
2428
"dependencies": {}

0 commit comments

Comments
 (0)