Updated package.json to make compatible with Woorelease

This commit is contained in:
Claudio Sanches 2020-08-12 16:52:34 -03:00
parent c59f1db2e8
commit f7e39c4961
1 changed files with 7 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"name": "woocommerce",
"title": "WooCommerce",
"version": "4.4.0",
"version": "4.3.3",
"homepage": "https://woocommerce.com/",
"repository": {
"type": "git",
@ -9,11 +9,15 @@
},
"license": "GPL-3.0+",
"main": "Gruntfile.js",
"config": {
"wp_org_slug": "woocommerce"
},
"scripts": {
"build": "grunt && npm run makepot && npm run build:packages",
"build": "./bin/build-zip.sh",
"build:core": "grunt && npm run makepot && npm run build:packages",
"build-watch": "grunt watch",
"build:packages": "lerna run build",
"build:zip": "./bin/build-zip.sh",
"build:zip": "npm run build && composer install && npm run build:core",
"lint:js": "eslint assets/js --ext=js",
"docker:up": "npm explore @woocommerce/e2e-environment -- npm run docker:up",
"docker:down": "npm explore @woocommerce/e2e-environment -- npm run docker:down",