Skip to content

Commit ce4c64c

Browse files
committed
Getting ready for 0.0.3.
1 parent a4c0dcc commit ce4c64c

File tree

3 files changed

+14
-9
lines changed

3 files changed

+14
-9
lines changed

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
{
22
"name": "tailpress",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Boilerplate WordPress theme with TailwindCSS.",
55
"author": "Jeffrey van Rossum",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/jeffreyvr/tailpress"
9+
},
610
"theme_uri": "https://github.com/jeffreyvr/tailpress",
711
"author_uri": "https://vanrossum.dev",
812
"text_domain": "tailpress",
9-
"license": "ISC",
13+
"license": "GPL-2.0",
1014
"scripts": {
1115
"development": "mix",
1216
"dev": "mix",
@@ -18,7 +22,7 @@
1822
"devDependencies": {
1923
"autoprefixer": "^10.1.0",
2024
"browser-sync": "^2.26.13",
21-
"browser-sync-webpack-plugin": "^2.2.2",
25+
"browser-sync-webpack-plugin": "^2.3.0",
2226
"cross-env": "^6.0.3",
2327
"laravel-mix": "^6.0.2",
2428
"postcss": "^8.2.1",

style.css

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ Theme URI: https://github.com/jeffreyvr/tailpress
44
Author: Jeffrey van Rossum
55
Author URI: https://vanrossum.dev
66
Description: TailPress is a simple boilerplate WordPress theme with TailwindCSS.
7-
Version: 0.0.2
8-
License: GNU General Public License
7+
Version: 0.0.3
8+
License: GNU GPL version 2
9+
License URI: https://www.gnu.org/licenses/gpl-2.0.html
910
Text Domain: tailpress
1011
*/

0 commit comments

Comments
 (0)