Add dependencies that were missing while using yarn
This commit is contained in:
parent
41fd5eda76
commit
aa1c8b4820
|
@ -1,5 +1,8 @@
|
||||||
# barebones changelog
|
# barebones changelog
|
||||||
|
|
||||||
|
## 2.0.2
|
||||||
|
* Add dependencies that were missing while using yarn
|
||||||
|
|
||||||
## 2.0.1
|
## 2.0.1
|
||||||
|
|
||||||
* Comment out example "add_image_size" as it can be easily forgotten which leaves you with extra unused image size.
|
* Comment out example "add_image_size" as it can be easily forgotten which leaves you with extra unused image size.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "barebones",
|
"name": "barebones",
|
||||||
"version": "2.0.1",
|
"version": "2.0.2",
|
||||||
"author": "Benchmark Studios",
|
"author": "Benchmark Studios",
|
||||||
"description": "A lightweight and skeletal WordPress boilerplate theme for HTML5 and beyond",
|
"description": "A lightweight and skeletal WordPress boilerplate theme for HTML5 and beyond",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -19,6 +19,10 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"gulp": "^3.8.8",
|
"gulp": "^3.8.8",
|
||||||
"gulp-imagemin": "^3.0.1",
|
"gulp-imagemin": "^3.0.1",
|
||||||
|
"imagemin-gifsicle": "^5.1.0",
|
||||||
|
"imagemin-jpegtran": "^5.0.2",
|
||||||
|
"imagemin-optipng": "^5.2.1",
|
||||||
|
"imagemin-svgo": "^5.2.0",
|
||||||
"laravel-elixir": "^4.2.1"
|
"laravel-elixir": "^4.2.1"
|
||||||
},
|
},
|
||||||
"dependencies": {}
|
"dependencies": {}
|
||||||
|
|
Loading…
Reference in New Issue