Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.

Commit b16e3e5

Browse files
Merge pull request #388 from forumone/4.x-RC
4.7.9 release PR
2 parents 4c60646 + eec7606 commit b16e3e5

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gesso-wp",
3-
"version": "4.7.8",
3+
"version": "4.7.9",
44
"description": "A WordPress theme.",
55
"bugs": "https://github.com/forumone/gesso-wp/issues",
66
"repository": {
@@ -64,7 +64,9 @@
6464
},
6565
"scripts": {
6666
"component": "node lib/component.js",
67-
"eslint": "eslint -c .eslintrc-dev.js \"**/*.es6.js\"",
67+
"build": "gulp build",
68+
"eslint": "eslint -c .eslintrc.js \"**/*.es6.js\"",
69+
"eslint:dev": "eslint -c .eslintrc-dev.js \"**/*.es6.js\"",
6870
"stylelint": "stylelint -f verbose \"source/**/*.scss\" --ip \"source/**/*.artifact.scss\""
6971
},
7072
"dependencies": {

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Theme Name: Gesso
33
Theme URI: https://github.com/forumone/gesso-wp
44
Description: Gesso Starter Theme
5-
Version: 4.7.8
5+
Version: 4.7.9
66
Author: Forum One
77
Author URI: http://forumone.com
88
Tags: responsive-layout, accessibility-ready, Timber, Twig, Forum One

0 commit comments

Comments
 (0)