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

Commit 0e12347

Browse files
Merge pull request #374 from forumone/5.x-RC
5.1.3 release PR
2 parents d5824e5 + 23ed238 commit 0e12347

File tree

3 files changed

+19
-17
lines changed

3 files changed

+19
-17
lines changed

package-lock.json

Lines changed: 14 additions & 14 deletions
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,13 +1,15 @@
11
{
22
"name": "gesso-wp",
3-
"version": "5.1.2",
3+
"version": "5.1.3",
44
"description": "Gesso starter theme",
55
"main": "style.css",
66
"scripts": {
77
"start": "webpack --config ./webpack.theme-config.js && webpack --config ./webpack.dev.js",
88
"build": "webpack --config ./webpack.theme-config.js && webpack --config ./webpack.production.js",
99
"dev": "npm run start && concurrently --raw \"webpack watch --config ./webpack.dev.js\" \"webpack watch --config ./webpack.theme-config.js\"",
10-
"rename": "node lib/rename.js"
10+
"rename": "node lib/rename.js",
11+
"eslint": "eslint -c .eslintrc.js \"**/*.es6.js\"",
12+
"stylelint": "stylelint \"source/**/*.scss\""
1113
},
1214
"bugs": "https://github.com/forumone/gesso-wp/issues",
1315
"repository": {

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: 5.1.2
5+
Version: 5.1.3
66
Author: Forum One
77
Author URI: http://forumone.com
88
License:

0 commit comments

Comments
 (0)