Skip to content

Commit

Permalink
fix version and script in packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ipatate committed Feb 6, 2023
1 parent f119c31 commit 6d55a88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "press-wind",
"version": "0.2.3",
"version": "0.3.0",
"description": "Wordpress theme base with Tailwind CSS and Vite JS",
"main": "main.js",
"scripts": {
"dev": "cross-env APP_ENV=development vite & npm run watch:editor",
"build": "APP_ENV=production vite build && npm run build:editor",
"build": "APP_ENV=production vite build && npm run build:editor && npm run build:admin",
"dev:admin": "cross-env APP_ENV=development vite --config admin/vite.config.js",
"build:admin": "APP_ENV=production vite build --config admin/vite.config.js",
"watch:editor": "APP_ENV=development IS_EDITOR=true node_modules/.bin/postcss -w --verbose --no-map assets/css/editor.css -o style-editor.css",
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Description: Theme base with Tailwind CSS and Vite JS
Requires at least: 5.9
Tested up to: 6.0
Requires PHP: 7.4
Version: 0.1
Version: 0.3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: press-wind
Expand Down

0 comments on commit 6d55a88

Please sign in to comment.