Skip to content

Commit

Permalink
This release adds missing dependencies to the package.json file.
Browse files Browse the repository at this point in the history
  • Loading branch information
theboldagency committed Apr 16, 2021
1 parent b1eea38 commit 0698c8b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.2.3

This release adds missing dependencies to the package.json file.

---

## 1.2.2

Updated version numbers to v1.2.2
Expand Down
2 changes: 1 addition & 1 deletion build
6 changes: 4 additions & 2 deletions njk/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": "{{globals.theme_author}}",
"license": "LGPL",
"devDependencies": {
"browser-sync": "^2.26.3",
"browser-sync": "^2.26.3",
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^4.0.0",
Expand All @@ -20,10 +20,12 @@
"gulp-imagemin": "^4.0.0",
"gulp-jshint": "^2.0.4",
"gulp-notify": "^3.0.0",
"gulp-postcss": "9.0.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^3.0.0",
"gulp-watch-sass": "^1.2.4",
"jshint": "2.8.0"
"jshint": "2.8.0",
"postcss-assets": "5.0.0"
}
}
{% endblock %}
2 changes: 1 addition & 1 deletion njk/templates/_globals-defaults.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{% set theme_name = "Method" %}
{% set theme_uri = "https://github.com/pixelwatt/method" %}
{% set theme_description = "A barebones foundation for custom theme development." %}
{% set theme_version = "1.2.2" %}
{% set theme_version = "1.2.3" %}
{% set theme_author = "Rob Clark" %}
{% set theme_author_uri = "https://robclark.io/" %}
{% set theme_tags = "cmb2, bootstrap" %}
Expand Down

0 comments on commit 0698c8b

Please sign in to comment.