We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41fd5ed commit aa1c8b4Copy full SHA for aa1c8b4
2 files changed
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# barebones changelog
2
3
+## 2.0.2
4
+* Add dependencies that were missing while using yarn
5
+
6
## 2.0.1
7
8
* Comment out example "add_image_size" as it can be easily forgotten which leaves you with extra unused image size.
package.json
@@ -1,6 +1,6 @@
{
"name": "barebones",
- "version": "2.0.1",
+ "version": "2.0.2",
"author": "Benchmark Studios",
"description": "A lightweight and skeletal WordPress boilerplate theme for HTML5 and beyond",
"license": "MIT",
@@ -19,6 +19,10 @@
19
"devDependencies": {
20
"gulp": "^3.8.8",
21
"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",
26
"laravel-elixir": "^4.2.1"
27
},
28
"dependencies": {}
0 commit comments