Updated package.json to make compatible with Woorelease
This commit is contained in:
parent
c59f1db2e8
commit
f7e39c4961
10
package.json
10
package.json
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue